By: Bəxtiyar
Inspect and view changes in TextStrip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "TextStrip",
"version": "1.2.0",
"description": "Strip formatting from copied text and paste as plain text",
"browser_specific_settings": {
"gecko": {
"id": "{c8c113e9-366b-4527-a23f-46bde6b0a7a5}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/size16.png",
"32": "icons/size32.png",
"48": "icons/size48.png",
"96": "icons/size96.png",
"128": "icons/size128.png"
},
"browser_action": {
"default_popup": "view/popup.html",
"default_icon": {
"16": "icons/size16.png",
"32": "icons/size32.png",
"48": "icons/size48.png",
"96": "icons/size96.png",
"128": "icons/size128.png"
}
},
"background": {
"scripts": [
"background/run.js"
]
},
"permissions": [
"tabs",
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"clean_copy.js"
],
"run_at": "document_idle"
}
]
} Best TextStrip Alternatives
Here are some Firefox add-ons that are similar to TextStrip: