By: mwojick
Inspect and view changes in Clip Inserter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Clip Inserter",
"description": "Takes text copied to the clipboard and inserts it into the page",
"version": "1.2.0",
"icons": {
"16": "/icon/16.png",
"32": "/icon/32.png",
"64": "/icon/64.png",
"128": "/icon/128.png"
},
"options_ui": {
"page": "/popup.html",
"open_in_tab": true
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"clipboardRead",
"clipboardWrite",
"storage",
"webNavigation",
"http://*/*",
"https://*/*",
"file://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "clip-inserter@example.com"
},
"gecko_android": {}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Clip Inserter",
"default_popup": "popup.html"
}
} Best Clip Inserter Alternatives
Here are some Firefox add-ons that are similar to Clip Inserter: