By: robblue2x
Inspect and view changes in copy-ip-address source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "copy-ip-address",
"description": "Copy the current tabs ip address or hostname to the clipboard",
"version": "1.0.0",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png"
},
"permissions": [
"tabs",
"clipboardWrite"
],
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png"
}
},
"background": {
"scripts": [
"src/background.js"
]
}
} Best copy-ip-address Alternatives
Here are some Firefox add-ons that are similar to copy-ip-address: