Close on Back
This extension will close your active tab when you hit back on the last history page.
What is Close on Back?
Close on Back is a Chrome extension developed by VDO, and its main feature is "This extension will close your active tab when you hit back on the last history page.".
Extension Screenshots
Download Close on Back Extension CRX File
Download Close on 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
Very useful when you open a tab but want to close in directly. This extension will also work with the extra history back buttons you might have on your mouse or with keyboard shortcuts.
Extension Basic Information
Name | Close on Back |
ID | pejmaahmbkcgbilcnckdadngeibiekbd |
Official URL | https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd |
Description | This extension will close your active tab when you hit back on the last history page. |
File Size | 18.36 KB |
Installation Count | 874 |
Current Version | 0.10 |
Last Updated | 2020-07-17 |
Publish Date | 2017-03-23 |
Rating | 4.61/5 Total 28 Ratings |
Developer | VDO |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close on Back", "short_name": "CoB", "description": "This extension will close your active tab when you hit back on the last history page.", "version": "0.10", "icons": { "16": "images\/icon16-active.png", "48": "images\/icon48-active.png", "128": "images\/icon128-active.png" }, "browser_action": { "default_title": "Close on Back", "default_icon": { "16": "images\/icon16-active.png", "24": "images\/icon24-active.png", "32": "images\/icon32-active.png", "48": "images\/icon48-active.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "background", "webNavigation", "tabs", "storage", "*:\/\/*\/*" ] } |