backspace to back
map backspace to history.go(-1)
Was ist backspace to back?
backspace to back ist eine Chrome-Erweiterung, die von abistey entwickelt wurde, und ihr Hauptmerkmal ist "map backspace to history.go(-1)".
backspace to back-Erweiterungs-CRX-Datei herunterladen
Laden Sie backspace to back-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
Grundlegende Informationen zur Erweiterung
Name | backspace to back |
ID | hcjibfdgolnahcknodcdlcddlnnjbhng |
Offizielle URL | https://chromewebstore.google.com/detail/backspace-to-back/hcjibfdgolnahcknodcdlcddlnnjbhng |
Beschreibung | map backspace to history.go(-1) |
Dateigröße | 7.99 KB |
Installationsanzahl | 15 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2016-08-10 |
Veröffentlichungsdatum | 2016-08-09 |
Entwickler | abistey |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |