By: Eggy
Inspect and view changes in highlight-on-copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "highlight-on-copy",
"version": "1.0",
"description": "Changes selection color for 200ms when you copy text.",
"permissions": [
"clipboardWrite",
"clipboardRead",
"activeTab",
"scripting",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"extension.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{284c9212-6871-40fb-895d-63d2b69a0dc1}"
}
}
} Best highlight-on-copy Alternatives
Here are some Firefox add-ons that are similar to highlight-on-copy: