ThunderTick

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

What is ThunderTick?

ThunderTick is a Chrome extension developed by https://thundertick.com, and its main feature is "Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…".

Extension Screenshots

screenshot
screenshot

Download ThunderTick Extension CRX File

Download ThunderTick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ThunderTick ThunderTick
ID fjlfmlponipgmabidmcmijicbbfnbnnj
Official URL https://chromewebstore.google.com/detail/thundertick/fjlfmlponipgmabidmcmijicbbfnbnnj
Description Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…
File Size 265 KB
Installation Count 156
Current Version 1.5.0
Last Updated 2016-09-03
Publish Date 2016-09-03
Rating 4.33/5 Total 6 Ratings
Developer https://thundertick.com
Email [email protected]
Payment Type free
Extension Website http://www.thundertick.com
Help Page URL https://github.com/thundertick/thundertick/issues
Supported Languages 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"
    ]
}