By: Eric Drechsel
Inspect and view changes in copy-tabs-as-markdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Copy (highlighted/window) tabs as markdown links, with keybindings",
"homepage_url": "https://github.com/edrex/copy-tabs-as-markdown",
"manifest_version": 2,
"name": "copy-tabs-as-markdown",
"version": "0.1.1",
"permissions": [
"tabs",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"copy-highlighted-tabs": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Copy markdown links to selected tabs to clipboard"
},
"copy-window-tabs": {
"suggested_key": {
"default": "Shift+Alt+C"
},
"description": "Copy markdown links to window tabs to clipboard"
}
}
} Best copy-tabs-as-markdown Alternatives
Here are some Firefox add-ons that are similar to copy-tabs-as-markdown: