Tilda

Navigate quickly between your open tabs, bookmarks and history.

Qu'est-ce que Tilda ?

Tilda est une extension Chrome développée par nitayrabi, et sa fonction principale est "Navigate quickly between your open tabs, bookmarks and history.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tilda

Téléchargez les fichiers d'extension Tilda au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Tilda Tilda
ID fncdffnmnjoplnppjklcbblpjlcmaepg
URL Officiel https://chromewebstore.google.com/detail/tilda/fncdffnmnjoplnppjklcbblpjlcmaepg
Description Navigate quickly between your open tabs, bookmarks and history.
Taille du Fichier 494 KB
Nombre d'Installations 18
Version Actuelle 1.0.3
Dernière Mise à Jour 2019-10-18
Date de Publication 2019-10-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur nitayrabi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}