Blink Search

Click on the Blink icon and all your current page links are temporarily redirected to a Google search.

Qu'est-ce que Blink Search ?

Blink Search est une extension Chrome développée par sibdo, et sa fonction principale est "Click on the Blink icon and all your current page links are temporarily redirected to a Google search.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Blink Search

Téléchargez les fichiers d'extension Blink Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Blink Search Blink Search
ID eombigpkodehcbjbcpjdjmgjigcplmma
URL Officiel https://chromewebstore.google.com/detail/blink-search/eombigpkodehcbjbcpjdjmgjigcplmma
Description Click on the Blink icon and all your current page links are temporarily redirected to a Google search.
Taille du Fichier 228 KB
Nombre d'Installations 21
Version Actuelle 1.1
Dernière Mise à Jour 2019-10-14
Date de Publication 2019-10-14
Développeur sibdo
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}