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文件
下載Blink Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } |