Close Tabs To The Left

This extension allows the user to close chrome tabs to the left, with one press of the button

Co je Close Tabs To The Left?

Close Tabs To The Left je rozšíření Chrome vyvinuté fr1sk, a jeho hlavní funkcí je „This extension allows the user to close chrome tabs to the left, with one press of the button“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Close Tabs To The Left

Stáhněte si soubory rozšíření Close Tabs To The Left 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í

                        On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!                    

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

Název Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
Oficiální URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Popis This extension allows the user to close chrome tabs to the left, with one press of the button
Velikost souboru 11.62 KB
Počet instalací 35
Aktuální Verze 1.2
Poslední Aktualizace 2019-02-22
Datum Vydání 2019-02-22
Vývojář fr1sk
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Tabs To The Left",
    "short_name": "CTTTL",
    "description": "This extension allows the user to close chrome tabs to the left, with one press of the button",
    "version": "1.2",
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}