backspace to back
map backspace to history.go(-1)
What is backspace to back?
backspace to back is a Chrome extension developed by abistey, and its main feature is "map backspace to history.go(-1)".
Download backspace to back Extension CRX File
Download backspace to back extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | backspace to back |
ID | hcjibfdgolnahcknodcdlcddlnnjbhng |
Official URL | https://chromewebstore.google.com/detail/backspace-to-back/hcjibfdgolnahcknodcdlcddlnnjbhng |
Description | map backspace to history.go(-1) |
File Size | 7.99 KB |
Installation Count | 15 |
Current Version | 0.1.0 |
Last Updated | 2016-08-10 |
Publish Date | 2016-08-09 |
Developer | abistey |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |