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…

Was ist Hightlight to Search Faster?

Hightlight to Search Faster ist eine Chrome-Erweiterung, die von MI entwickelt wurde, und ihr Hauptmerkmal ist "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…".

Erweiterungsscreenshots

screenshot

Hightlight to Search Faster-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hightlight to Search Faster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
Offizielle URL https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
Beschreibung Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
Dateigröße 10.63 KB
Installationsanzahl 221
Aktuelle Version 0.0.2
Letztes Update 2014-10-29
Veröffentlichungsdatum 2014-10-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler MI
Zahlungsart free
Erweiterungswebsite http://blendedway.com
Unterstützte Sprachen 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
        }
    ]
}