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…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", " |