PasteEnabler
Paste when you're not allowed, copy when you're not allowed!
Was ist PasteEnabler?
PasteEnabler ist eine Chrome-Erweiterung, die von https://jonlu.ca entwickelt wurde, und ihr Hauptmerkmal ist "Paste when you're not allowed, copy when you're not allowed!".
Erweiterungsscreenshots
PasteEnabler-Erweiterungs-CRX-Datei herunterladen
Laden Sie PasteEnabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Reenables the following functionality on sites that disable it:
* Ability to paste content
* Ability to copy content
* Ability to cut content
* Ability to right click content
* Ability to autocomplete certain inputs
* Ability to select text
* Ability to drag and drop text to/from inputs
If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again!
Source code here: https://github.com/jonluca/PasteEnabler
Open an issue on GitHub if there are any sites on which this extension does not work! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dhadehfniifbmemochpmbofcjckpdnnl |
| Offizielle URL | https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl |
| Beschreibung | Paste when you're not allowed, copy when you're not allowed! |
| Dateigröße | 28.6 KB |
| Installationsanzahl | 2,141 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2021-06-10 |
| Veröffentlichungsdatum | 2019-05-03 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://jonlu.ca |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PasteEnabler",
"description": "Paste when you're not allowed, copy when you're not allowed!",
"version": "0.3",
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "images\/icon.png"
},
"icons": {
"64": "images\/icon64.png",
"32": "images\/icon32.png",
"38": "images\/icon.png",
"128": "images\/icon128.png"
},
"homepage_url": "https:\/\/jonlu.ca",
"web_accessible_resources": [
"js\/*"
]
} | |