Tab Finder

Search through tabs for title.

Cos'è Tab Finder?

Tab Finder è un'estensione di Chrome sviluppata da https://hexagonvoxels.com, e la sua funzione principale è "Search through tabs for title.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab Finder

Scarica i file di estensione Tab Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to search through your open tabs in order to find a tab that you are looking for.  It's helpful whenever you have many tabs open and your tab titles are truncated.                    

Informazioni di Base sull'Estensione

Nome Tab Finder Tab Finder
ID ofjeoodmfogpeinbafdommgdecgjelac
URL Ufficiale https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac
Descrizione Search through tabs for title.
Dimensione del File 285 KB
Conteggio Installazioni 46
Versione Corrente 0.1.2
Ultimo Aggiornamento 2017-01-04
Data di Pubblicazione 2017-01-04
Sviluppatore https://hexagonvoxels.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zero298/TabFinder
URL della Pagina di Aiuto https://github.com/zero298/TabFinder
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "0.1.2",
    "author": "zero298",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon16.png",
            "38": "img\/icon48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/tabfinder.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}