PasteEnabler
Paste when you're not allowed, copy when you're not allowed!
Qu'est-ce que PasteEnabler ?
PasteEnabler est une extension Chrome développée par https://jonlu.ca, et sa fonction principale est "Paste when you're not allowed, copy when you're not allowed!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PasteEnabler
Téléchargez les fichiers d'extension PasteEnabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | PasteEnabler |
ID | dhadehfniifbmemochpmbofcjckpdnnl |
URL Officiel | https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl |
Description | Paste when you're not allowed, copy when you're not allowed! |
Taille du Fichier | 28.6 KB |
Nombre d'Installations | 2,141 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2021-06-10 |
Date de Publication | 2019-05-03 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://jonlu.ca |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Langues Prises en Charge | 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\/*" ] } |