Close Tab
A stationary button that closes the current tab. Clean up tabs with less effort.
Was ist Close Tab?
Close Tab ist eine Chrome-Erweiterung, die von http://justinreinhart.com entwickelt wurde, und ihr Hauptmerkmal ist "A stationary button that closes the current tab. Clean up tabs with less effort.".
Erweiterungsscreenshots
Close Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Close Tab-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
The "Close Tab" extension provides a stationary button that closes the currently selected tab. This saves time visually hunting down the active tab and provides consistency for the user. Very simple. The icon is designed to work with dark and light themes. *Note: You can also press Ctrl + W to close tabs (when keyboard input isn't being captured by a plugin). *Note: If the icon gets hidden by Chrome, you can get your icon back by pinning it. It happens sometimes. :) *Added: Protect pinned tabs (Options Screen) P.S. Have you found a bug? Email address is provided in the options screen. Happy browsing.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hpmolahefgjbmidmoifolgpjkmhdmalf |
Offizielle URL | https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf |
Beschreibung | A stationary button that closes the current tab. Clean up tabs with less effort. |
Dateigröße | 169 KB |
Installationsanzahl | 3,000 |
Aktuelle Version | 1.4.4 |
Letztes Update | 2021-07-15 |
Veröffentlichungsdatum | 2014-08-07 |
Bewertung | 4.51/5 Insgesamt 78 Bewertungen |
Entwickler | http://justinreinhart.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tab", "version": "1.4.4", "manifest_version": 2, "icons": { "48": "img\/ct-icon-48.png", "128": "img\/ct-icon-128.png" }, "description": "A stationary button that closes the current tab. Clean up tabs with less effort.", "options_page": "options.html", "browser_action": { "default_title": "Click to close the current tab", "default_icon": "img\/ct-icon-x-19.png" }, "web_accessible_resources": [ "img\/*", "css\/*", "js\/*" ], "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ] } } |