Tilda

Navigate quickly between your open tabs, bookmarks and history.

Cos'è Tilda?

Tilda è un'estensione di Chrome sviluppata da nitayrabi, e la sua funzione principale è "Navigate quickly between your open tabs, bookmarks and history.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tilda

Scarica i file di estensione Tilda 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

                        Use an intuitive simple autocomplete to find an open tab, or open a new one from your bookmarks or top sites.                    

Informazioni di Base sull'Estensione

Nome Tilda Tilda
ID fncdffnmnjoplnppjklcbblpjlcmaepg
URL Ufficiale https://chromewebstore.google.com/detail/tilda/fncdffnmnjoplnppjklcbblpjlcmaepg
Descrizione Navigate quickly between your open tabs, bookmarks and history.
Dimensione del File 494 KB
Conteggio Installazioni 18
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-10-18
Data di Pubblicazione 2019-10-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nitayrabi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tilda",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "activeTab",
        "history",
        "topSites",
        "bookmarks"
    ],
    "description": "Navigate quickly between your open tabs, bookmarks and history.",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/ic_16X16.png",
        "48": "icons\/ic_48X48.png",
        "128": "icons\/ic_128X128.png"
    },
    "manifest_version": 2
}