Tilda

Navigate quickly between your open tabs, bookmarks and history.

Wat is Tilda?

Tilda is een Chrome-extensie ontwikkeld door nitayrabi, en de belangrijkste functie is "Navigate quickly between your open tabs, bookmarks and history.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tilda

Download Tilda-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tilda Tilda
ID fncdffnmnjoplnppjklcbblpjlcmaepg
Officiële URL https://chromewebstore.google.com/detail/tilda/fncdffnmnjoplnppjklcbblpjlcmaepg
Beschrijving Navigate quickly between your open tabs, bookmarks and history.
Bestandsgrootte 494 KB
Aantal Installaties 18
Huidige Versie 1.0.3
Laatst Bijgewerkt 2019-10-18
Publicatiedatum 2019-10-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar nitayrabi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}