Tilda

Navigate quickly between your open tabs, bookmarks and history.

Apa itu Tilda?

Tilda adalah ekstensi Chrome yang dikembangkan oleh nitayrabi, dan fitur utamanya adalah "Navigate quickly between your open tabs, bookmarks and history.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tilda

Unduh file ekstensi Tilda dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tilda Tilda
ID fncdffnmnjoplnppjklcbblpjlcmaepg
URL Resmi https://chromewebstore.google.com/detail/tilda/fncdffnmnjoplnppjklcbblpjlcmaepg
Deskripsi Navigate quickly between your open tabs, bookmarks and history.
Ukuran File 494 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-10-18
Tanggal Publikasi 2019-10-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang nitayrabi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}