We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66598f2 commit 4c746cbCopy full SHA for 4c746cb
README.md
@@ -18,6 +18,9 @@ Markdown text will send into your clipboard.
18
19
The link text is generated from current tab title.
20
21
+Use `Alt` + `F` To as a shortcut to activate this action.
22
+(You can change this key binding in <chrome://extensions/> )
23
+
24
## Reference
25
26
- [What are extensions? - Google Chrome](https://developer.chrome.com/extensions)
manifest.json
@@ -10,5 +10,12 @@
10
"browser_action": {
11
"default_title": "Get Markdown URL"
12
},
13
+ "commands": {
14
+ "_execute_browser_action": {
15
+ "suggested_key": {
16
+ "default": "Alt+F"
17
+ }
+ },
"manifest_version": 2
}
0 commit comments