Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

Qu'est-ce que Hightlight to Search Faster ?

Hightlight to Search Faster est une extension Chrome développée par MI, et sa fonction principale est "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hightlight to Search Faster

Téléchargez les fichiers d'extension Hightlight to Search Faster 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

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

Informations de Base sur l'Extension

Nom Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
URL Officiel https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
Description Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
Taille du Fichier 10.63 KB
Nombre d'Installations 221
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-10-29
Date de Publication 2014-10-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur MI
Type de Paiement free
Site Web de l'Extension http://blendedway.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}