ThunderTick

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

ThunderTick là gì?

ThunderTick là một tiện ích mở rộng Chrome được phát triển bởi https://thundertick.com, và tính năng chính của nó là "Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ThunderTick

Tải xuống các tệp mở rộng ThunderTick dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ThunderTick ThunderTick
ID fjlfmlponipgmabidmcmijicbbfnbnnj
URL Chính Thức https://chromewebstore.google.com/detail/thundertick/fjlfmlponipgmabidmcmijicbbfnbnnj
Mô tả Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…
Kích Thước Tệp 265 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2016-09-03
Ngày Phát Hành 2016-09-03
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://thundertick.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.thundertick.com
URL Trang Trợ Giúp https://github.com/thundertick/thundertick/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}