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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में ThunderTick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    ]
}