backspace to back
map backspace to history.go(-1)
Qu'est-ce que backspace to back ?
backspace to back est une extension Chrome développée par abistey, et sa fonction principale est "map backspace to history.go(-1)".
Télécharger le fichier CRX de l'extension backspace to back
Téléchargez les fichiers d'extension backspace to back 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
Informations de Base sur l'Extension
Nom | backspace to back |
ID | hcjibfdgolnahcknodcdlcddlnnjbhng |
URL Officiel | https://chromewebstore.google.com/detail/backspace-to-back/hcjibfdgolnahcknodcdlcddlnnjbhng |
Description | map backspace to history.go(-1) |
Taille du Fichier | 7.99 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2016-08-10 |
Date de Publication | 2016-08-09 |
Développeur | abistey |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "backspace to back", "version": "0.1.0", "manifest_version": 2, "description": "map backspace to history.go(-1)", "homepage_url": "https:\/\/github.com\/zhuangya\/backspace-to-back", "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "backspace to back" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/" ], "js": [ "main.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |