File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ Use `Alt` + `F` To as a shortcut to activate this action.
26
26
- [ What are extensions? - Google Chrome] ( https://developer.chrome.com/extensions )
27
27
- [ Sample Extensions - Google Chrome] ( https://developer.chrome.com/extensions/samples#search: )
28
28
- [ Clipboard Copy / Paste on Content script (Chrome Extension) - Stack Overflow] ( https://stackoverflow.com/questions/25622359/clipboard-copy-paste-on-content-script-chrome-extension )
29
+ - [ dcurtis/markdown-mark: Use this mark to identify Markdown.] ( https://github.com/dcurtis/markdown-mark )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Markdown Link" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Copy Markdown link for current tab." ,
5
+ "icons" : {
6
+ "128" : " images/icon-128.png"
7
+ },
5
8
"permissions" : [" activeTab" , " clipboardWrite" ],
6
9
"background" : {
7
10
"scripts" : [" background.js" ],
You can’t perform that action at this time.
0 commit comments