ThunderTick

Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…

ما هو ThunderTick؟

ThunderTick هو إضافة Chrome تم تطويرها بواسطة https://thundertick.com، والميزة الرئيسية لها هي "Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…".

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

screenshot
screenshot

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

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

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

                        Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser including all your bookmarks, history, open tabs, downloads, installed apps and more!

It is also a swiss-army-knife designed for your browser. It gives you access to tons of commands like Sort open tabs, Refresh all Tabs, Take a screenshot and more!

Thundertick takes advantage of the WILDLY under-utilized BACKTICK button on our keyboards. Seriously, no one uses this thing. This puts the great power, that is thundertick only ONE tap of the BACKTICK key away!                    

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

الاسم ThunderTick ThunderTick
ID fjlfmlponipgmabidmcmijicbbfnbnnj
عنوان URL الرسمي https://chromewebstore.google.com/detail/thundertick/fjlfmlponipgmabidmcmijicbbfnbnnj
الوصف Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…
حجم الملف 265 KB
عدد التثبيتات 156
النسخة الحالية 1.5.0
آخر تحديث 2016-09-03
تاريخ النشر 2016-09-03
تقييم 4.33/5 مجموع تقييمات 6
المطور https://thundertick.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.thundertick.com
عنوان صفحة المساعدة https://github.com/thundertick/thundertick/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThunderTick",
    "manifest_version": 2,
    "version": "1.5.0",
    "omnibox": {
        "keyword": "`"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "pages\/settings\/index.html",
    "icons": {
        "128": ".\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/tickbar.js"
            ],
            "css": [
                ".\/tickbar\/font\/OpenSans-Light.css",
                ".\/dist\/tickbar.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "tabs",
        "history",
        "",
        "bookmarks",
        "downloads",
        "clipboardWrite",
        "storage"
    ]
}