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开发的Chrome扩展程序,该扩展的主要功能是“Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…”。

扩展截图

screenshot
screenshot

下载ThunderTick扩展crx文件

下载ThunderTick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}