By: vulpes_velox
Inspect and view changes in Break on Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "選択したテキストをショートカットで整形コピーできます",
"manifest_version": 2,
"name": "Break on Copy",
"version": "1.3",
"homepage_url": "https://lunatic.red",
"icons": {
"256": "icons/icon.png"
},
"permissions": [
"clipboardWrite"
],
"browser_action": {
"default_icon": "icons/icon.png",
"default_title": "Break on Copy",
"default_popup": "options/options.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"selcopy.js"
],
"all_frames": true
}
],
"commands": {
"seikei_copy": {
"suggested_key": {
"default": "F1"
},
"description": "選択中のテキストを整形してコピー"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{660841a5-a156-4071-ad5e-8b5b3bca2247}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Break on Copy Alternatives
Here are some Firefox add-ons that are similar to Break on Copy:
FreeCopy超级复制
Mortimer
万能网页复制
Michael
超级网页复制
SuperCopy
FreeCopy超级复制
supercopy
FreeCopy超级复制
极客开发
SuperCopy超级复制
Moriica
SuperCopy超级复制
Tomas
Fastcpy for M$
vulpes_velox
Keyboard Text Copier
bpedrazaa
超级网页复制
Pj
Ctrl + Shift + C Should Copy Trimmed
Jeremy
Copy Advanced
Sutton Apps