Tilda

Navigate quickly between your open tabs, bookmarks and history.

ما هو Tilda؟

Tilda هو إضافة Chrome تم تطويرها بواسطة nitayrabi، والميزة الرئيسية لها هي "Navigate quickly between your open tabs, bookmarks and history.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tilda

قم بتنزيل ملفات الامتداد Tilda بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Tilda Tilda
ID fncdffnmnjoplnppjklcbblpjlcmaepg
عنوان URL الرسمي https://chromewebstore.google.com/detail/tilda/fncdffnmnjoplnppjklcbblpjlcmaepg
الوصف Navigate quickly between your open tabs, bookmarks and history.
حجم الملف 494 KB
عدد التثبيتات 18
النسخة الحالية 1.0.3
آخر تحديث 2019-10-18
تاريخ النشر 2019-10-17
تقييم 5.00/5 مجموع تقييمات 1
المطور nitayrabi
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}