HighLight Search

Highlight a word and immediately get its definition!

Vad är HighLight Search?

HighLight Search är en Chrome-tillägg utvecklad av kkatongo, och dess huvudfunktion är "Highlight a word and immediately get its definition!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner HighLight Search-förlängningens CRX-fil

Ladda ner HighLight Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.                    

Grundläggande Information om Tillägg

Namn HighLight Search HighLight Search
ID fjdfnldionchjgjaphkfinfgaegokeaf
Officiell webbadress https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf
Beskrivning Highlight a word and immediately get its definition!
Filstorlek 1.11 MB
Antal Installationer 48
Aktuell Version 0.0.1
Senast Uppdaterad 2016-06-19
Publiceringsdatum 2016-06-18
Utvecklare kkatongo
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HighLight Search",
    "description": "Highlight a word and immediately get its definition!",
    "version": "0.0.1",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/xml-to-json\/xml.js",
                "scripts\/onload.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}