Chrome Backspace
Chrome backspace key down. You are browser history back
What is Chrome Backspace?
Chrome Backspace is a Chrome extension developed by whereteam.k, and its main feature is "Chrome backspace key down. You are browser history back".
Extension Screenshots
Download Chrome Backspace Extension CRX File
Download Chrome Backspace 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
Backspace recovery
Extension Basic Information
Name | |
ID | dbdmcckginmchjofkilalmpilphopmbm |
Official URL | https://chrome.google.com/webstore/detail/chrome-backspace/dbdmcckginmchjofkilalmpilphopmbm |
Description | Chrome backspace key down. You are browser history back |
File Size | 5.39 KB |
Installation Count | 152 |
Current Version | 1.0.2 |
Last Updated | 2016-08-16 |
Publish Date | 2016-08-16 |
Rating | 5.00/5 Total 4 Ratings |
Developer | whereteam.k |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Backspace", "description": "Chrome backspace key down.\nYou are browser history back", "version": "1.0.2", "icons": { "128": "backspaceImage.png" }, "homepage_url": "https:\/\/github.com\/KimYoungWoong\/backspace", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "setBackSpaceKeyDown.js" ] } ] } |