Blink Search
Click on the Blink icon and all your current page links are temporarily redirected to a Google search.
O que é Blink Search?
Blink Search é uma extensão do Chrome desenvolvida por sibdo, e sua principal característica é "Click on the Blink icon and all your current page links are temporarily redirected to a Google search.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blink Search
Baixe arquivos de extensão Blink Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Blink Search |
ID | eombigpkodehcbjbcpjdjmgjigcplmma |
URL Oficial | https://chromewebstore.google.com/detail/blink-search/eombigpkodehcbjbcpjdjmgjigcplmma |
Descrição | Click on the Blink icon and all your current page links are temporarily redirected to a Google search. |
Tamanho do Arquivo | 228 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.1 |
Última Atualização | 2019-10-14 |
Data de Publicação | 2019-10-14 |
Desenvolvedor | sibdo |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |