Keeping Tabs

Search your open tabs to select the one you are looking for!

Vad är Keeping Tabs?

Keeping Tabs är en Chrome-tillägg utvecklad av Manjesh Malavalli, och dess huvudfunktion är "Search your open tabs to select the one you are looking for!".

Tilläggsskärmbilder

screenshot

Ladda ner Keeping Tabs-förlängningens CRX-fil

Ladda ner Keeping 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

                        For those of you who browse the web with a lot of open tabs, Keeping Tabs allow you to search your open tabs and get to the one you want. You don't have to click on each tab until you find the one you're looking for.                    

Grundläggande Information om Tillägg

Namn Keeping Tabs Keeping Tabs
ID bmacmmfphpkinaambadlchfgahmmhjmc
Officiell webbadress https://chromewebstore.google.com/detail/keeping-tabs/bmacmmfphpkinaambadlchfgahmmhjmc
Beskrivning Search your open tabs to select the one you are looking for!
Filstorlek 15.56 KB
Antal Installationer 14
Aktuell Version 1.0
Senast Uppdaterad 2015-11-23
Publiceringsdatum 2015-11-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Manjesh Malavalli
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "description": "Search your open tabs to select the one you are looking for!",
    "icons": {
        "16": "assets\/logo\/16.png",
        "32": "assets\/logo\/32.png",
        "48": "assets\/logo\/48.png",
        "128": "assets\/logo\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "assets\/logo\/32.png"
        }
    },
    "background": {
        "scripts": [
            "background\/opentabs.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*\/",
        "chrome:\/\/favicon\/*",
        "tabs"
    ]
}