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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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", " |