Close Tab
A stationary button that closes the current tab. Clean up tabs with less effort.
¿Qué es Close Tab?
Close Tab es una extensión de Chrome desarrollada por http://justinreinhart.com, y su función principal es "A stationary button that closes the current tab. Clean up tabs with less effort.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Close Tab
Descarga archivos de extensión Close Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hpmolahefgjbmidmoifolgpjkmhdmalf |
URL Oficial | https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf |
Descripción | A stationary button that closes the current tab. Clean up tabs with less effort. |
Tamaño del Archivo | 169 KB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 1.4.4 |
Última Actualización | 2021-07-15 |
Fecha de Publicación | 2014-08-07 |
Calificación | 4.51/5 Total de 78 Calificaciones |
Desarrollador | http://justinreinhart.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |