Close on Back
This extension will close your active tab when you hit back on the last history page.
Was ist Close on Back?
Close on Back ist eine Chrome-Erweiterung, die von VDO entwickelt wurde, und ihr Hauptmerkmal ist "This extension will close your active tab when you hit back on the last history page.".
Erweiterungsscreenshots
Close on Back-Erweiterungs-CRX-Datei herunterladen
Laden Sie Close on 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
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.
Grundlegende Informationen zur Erweiterung
Name | Close on Back |
ID | pejmaahmbkcgbilcnckdadngeibiekbd |
Offizielle URL | https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd |
Beschreibung | This extension will close your active tab when you hit back on the last history page. |
Dateigröße | 18.36 KB |
Installationsanzahl | 874 |
Aktuelle Version | 0.10 |
Letztes Update | 2020-07-17 |
Veröffentlichungsdatum | 2017-03-23 |
Bewertung | 4.61/5 Insgesamt 28 Bewertungen |
Entwickler | VDO |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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", "*:\/\/*\/*" ] } |