By: davidp
Inspect and view changes in Block copier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Block copier",
"version": "1.0",
"description": "Copies html structure with css recursively",
"icons": {
"128": "./logo128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
]
}
],
"permissions": [
"<all_urls>",
"tabs"
],
"browser_action": {
"default_icon": "./logo128.png",
"default_title": "Block copier",
"default_popup": "./popup.html"
}
} Best Block copier Alternatives
Here are some Firefox add-ons that are similar to Block copier: