Inspect and view changes in Copy all the tab information to the clipboard source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.1resigned1",
"homepage_url": "https://github.com/c-yan/copy-all-the-tab-information-to-the-clipboard",
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"tabs",
"menus",
"clipboardWrite"
],
"browser_specific_settings": {
"gecko": {
"id": "{c971de38-1367-4efe-ac92-1c270f243a44}"
}
}
}