Close My Tabs

Close all open tabs at once !!

Vad är Close My Tabs?

Close My Tabs är en Chrome-tillägg utvecklad av intrendchrome, och dess huvudfunktion är "Close all open tabs at once !!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Close My Tabs-förlängningens CRX-fil

Ladda ner Close My Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.                    

Grundläggande Information om Tillägg

Namn Close My Tabs Close My Tabs
ID nogodmiaohiadblfhmhibfmohlcmdpbh
Officiell webbadress https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh
Beskrivning Close all open tabs at once !!
Filstorlek 97.71 KB
Antal Installationer 767
Aktuell Version 1.0
Senast Uppdaterad 2014-01-16
Publiceringsdatum 2014-01-16
Betyg 4.44/5 Totalt 9 Betyg
Utvecklare intrendchrome
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close My Tabs",
    "description": "Close all open tabs at once !!",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "",
        "default_icon": "CloseMyTabs_Icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html"
}