HighLight Search
Highlight a word and immediately get its definition!
Hvad er HighLight Search?
HighLight Search er en Chrome-udvidelse udviklet af kkatongo, og dens hovedfunktion er "Highlight a word and immediately get its definition!".
Udvidelsesskærmbilleder
Download HighLight Search-udvidelses-CRX-fil
Download HighLight Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | fjdfnldionchjgjaphkfinfgaegokeaf |
| Officiel URL | https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf |
| Beskrivelse | Highlight a word and immediately get its definition! |
| Filstørrelse | 1.11 MB |
| Antal Installationer | 48 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2016-06-19 |
| Udgivelsesdato | 2016-06-18 |
| Udvikler | kkatongo |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |