NoBackSpace
Disables backspace, delete, and arrow, home/end, and insert on the nobackspace subreddit
Qu'est-ce que NoBackSpace ?
NoBackSpace est une extension Chrome développée par Alex Umrysh, et sa fonction principale est "Disables backspace, delete, and arrow, home/end, and insert on the nobackspace subreddit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoBackSpace
Téléchargez les fichiers d'extension NoBackSpace 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
This extension disables backspace, insert, home, end, pageup/pagedown, the the arrow keys, and delete on the /r/nobackspace subreddit.
Informations de Base sur l'Extension
Nom | |
ID | dgpdeogkheaipdemcokfmnchiagllcpb |
URL Officiel | https://chrome.google.com/webstore/detail/nobackspace/dgpdeogkheaipdemcokfmnchiagllcpb |
Description | Disables backspace, delete, and arrow, home/end, and insert on the nobackspace subreddit |
Taille du Fichier | 38.36 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-06-24 |
Date de Publication | 2014-06-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Alex Umrysh |
Type de Paiement | free |
Site Web de l'Extension | http://www.reddit.com/r/nobackspace |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NoBackSpace", "version": "1.0.0", "description": "Disables backspace, delete, and arrow, home\/end, and insert on the nobackspace subreddit", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/nobackspace\/*", "https:\/\/www.reddit.com\/r\/nobackspace\/*" ], "js": [ "jq.js", "injectScript.js", "backspace.js" ] } ], "page_action": { "default_icon": "icon-19.png" }, "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "permissions": [ "tabs" ], "manifest_version": 2 } |