Lookup Word in Dictionary

Looks up the selected text on a world famous online dictionary.

Wat is Lookup Word in Dictionary?

Lookup Word in Dictionary is een Chrome-extensie ontwikkeld door baspeti, en de belangrijkste functie is "Looks up the selected text on a world famous online dictionary.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lookup Word in Dictionary

Download Lookup Word in Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Just right-click on the selected text and choose
* Lookup 'text' on the world famous, blue and red colored online dictionary
context menu item and there you go!

It was easy, huh?

Or alternatively you can hit "Alt + W" shortcut to get the selected text looked up or if there is nothing selected, then the online dictionary is started up on a new tab. (Since version 1.2)

HINT: Just be careful not hitting "Ctrl (Cmd on Mac) + W" instead, because it will close your active tab. But in case if you did so, don't panic, you can recover that tab by pressing "Ctrl (Cmd on Mac) + Shift + T".

Buy me a coffee :)
https://www.buymeacoffee.com/baspeti                    

Basisinformatie over de Extensie

Naam Lookup Word in Dictionary Lookup Word in Dictionary
ID kbkglbhikjonodlofbcomogfcbfjipog
Officiële URL https://chromewebstore.google.com/detail/lookup-word-in-dictionary/kbkglbhikjonodlofbcomogfcbfjipog
Beschrijving Looks up the selected text on a world famous online dictionary.
Bestandsgrootte 31.97 KB
Aantal Installaties 15,209
Huidige Versie 1.7
Laatst Bijgewerkt 2022-05-21
Publicatiedatum 2015-03-16
Beoordeling 4.38/5 Totaal 85 Beoordelingen
Ontwikkelaar baspeti
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lookup Word in Dictionary",
    "description": "Looks up the selected text on a world famous online dictionary.",
    "version": "1.7",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "w_logo_16x16.png",
        "48": "w_logo_48x48.png",
        "128": "w_logo_128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "lookupW.js"
        ]
    },
    "commands": {
        "lookup-on-MW": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Lookup Word"
        }
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}