Skip to content

Commit 4c746cb

Browse files
committed
Add suggested shortcut
1 parent 66598f2 commit 4c746cb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Markdown text will send into your clipboard.
1818

1919
The link text is generated from current tab title.
2020

21+
Use `Alt` + `F` To as a shortcut to activate this action.
22+
(You can change this key binding in <chrome://extensions/> )
23+
2124
## Reference
2225

2326
- [What are extensions? - Google Chrome](https://developer.chrome.com/extensions)

manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@
1010
"browser_action": {
1111
"default_title": "Get Markdown URL"
1212
},
13+
"commands": {
14+
"_execute_browser_action": {
15+
"suggested_key": {
16+
"default": "Alt+F"
17+
}
18+
}
19+
},
1320
"manifest_version": 2
1421
}

0 commit comments

Comments
 (0)