Close Tab

A stationary button that closes the current tab. Clean up tabs with less effort.

Co je Close Tab?

Close Tab je rozšíření Chrome vyvinuté http://justinreinhart.com, a jeho hlavní funkcí je „A stationary button that closes the current tab. Clean up tabs with less effort.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Close Tab

Stáhněte si soubory rozšíření Close Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Close Tab Close Tab
ID hpmolahefgjbmidmoifolgpjkmhdmalf
Oficiální URL https://chrome.google.com/webstore/detail/close-tab/hpmolahefgjbmidmoifolgpjkmhdmalf
Popis A stationary button that closes the current tab. Clean up tabs with less effort.
Velikost souboru 169 KB
Počet instalací 3,000
Aktuální Verze 1.4.4
Poslední Aktualizace 2021-07-15
Datum Vydání 2014-08-07
Hodnocení 4.51/5 Celkem 78 Hodnocení
Vývojář http://justinreinhart.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}