Close Tabs To The Left

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

Hvad er Close Tabs To The Left?

Close Tabs To The Left er en Chrome-udvidelse udviklet af fr1sk, og dens hovedfunktion er "This extension allows the user to close chrome tabs to the left, with one press of the button".

Udvidelsesskærmbilleder

Download Close Tabs To The Left-udvidelses-CRX-fil

Download Close Tabs To The Left-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
Officiel URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Beskrivelse This extension allows the user to close chrome tabs to the left, with one press of the button
Filstørrelse 11.62 KB
Antal Installationer 35
Nuværende Version 1.2
Senest Opdateret 2019-02-22
Udgivelsesdato 2019-02-22
Udvikler fr1sk
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}