Blink Search
Click on the Blink icon and all your current page links are temporarily redirected to a Google search.
Blink Search란 무엇입니까?
Blink Search은(는) sibdo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on the Blink icon and all your current page links are temporarily redirected to a Google search."입니다.
확장 프로그램 스크린샷
Blink Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Blink does a very simple thing. When it comes to the mountain of information out there, simple is good. Now there are no dead ends. Every web site is a potential launch pad into even more interesting stuff! Use anywhere. News, shopping, travel ... anything. Instructions: Once installed just click on the Blink icon to temporarily change all the links on the page to Google searches. Then simply click on those links and you're away! Note: Above and beyond cookies, some sites think it's OK to covertly intercept URLs and use your click data for pushing products and ads without telling you. If Blink doesn't go to a Google search that is probably what they are doing. In this case just right click and choose "Open link in new tab". Flush out fake news, get another view point Compare deals Get product reviews Identify sites that are masking URLs See where it takes you!
확장 프로그램 기본 정보
이름 | Blink Search |
ID | eombigpkodehcbjbcpjdjmgjigcplmma |
공식 URL | https://chromewebstore.google.com/detail/blink-search/eombigpkodehcbjbcpjdjmgjigcplmma |
설명 | Click on the Blink icon and all your current page links are temporarily redirected to a Google search. |
파일 크기 | 228 KB |
설치 횟수 | 21 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-10-14 |
출시 날짜 | 2019-10-14 |
개발자 | sibdo |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blink Search", "version": "1.1", "description": "Click on the Blink icon and all your current page links are temporarily redirected to a Google search.", "icons": { "16": "images\/blink.png", "48": "images\/blink.png", "128": "images\/blink.png" }, "browser_action": { "default_icon": "images\/blink.png" }, "permissions": [ "activeTab", "clipboardWrite" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |