By: Pascal Rigaux
Inspect and view changes in copy-on-mouse-select source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "copy-on-select",
"version": "1.0.0",
"description": "On mouseup, send document.getSelection() to navigator.clipboard. It is only a 4 lines content_script!",
"manifest_version": 2,
"permissions": [
"http://*/*",
"https://*/*"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"copy-on-select.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{14eb8cab-3d51-426a-a36f-41996e7cd163}"
}
}
} Best copy-on-mouse-select Alternatives
Here are some Firefox add-ons that are similar to copy-on-mouse-select:
Copy On Select 2
farblos
Copy on Select Quick Button
behzad
Copy on Select
micpob
AutoCopy
def00111
Ctrl + Shift + C Should Copy
jscher2000
Selection-Clip
Yakaas
Copy On Select
spyrosoft
Add To Clipboard
igorlogius
Copy Document
Tom
StackExchange Copy to Clipboard
martinschmelzer
Copy text with Alt-Click
YujiSoftware