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 |
公式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" ] } } |