Define
Get the definition/synonym of any word in a webpage.
Co je Define?
Define je rozšíření Chrome vyvinuté lerxst, a jeho hlavní funkcí je „Get the definition/synonym of any word in a webpage.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Define
Stáhněte si soubory rozšíření Define ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
v2.0.1 **Google dictionary error fixed** • Select any word on a webpage and see its definition or its synonym by using the context-menu option. The definition can also be viewed using the key combination 'Ctrl+m' after selecting a word. •You can also type in the word you want to look-up by using Chrome's omnibox. **Using the OMNIBOX** To use Chrome's address bar for a quick search, type 'df' (without quotes) and press 'Tab' to get the prompt. Type in the search word and press enter. To look the word up in a thesaurus, append the search word with '\t' (without quotes). Choose from 5 online dictionaries - • Google • Merriam-Webster • Collins • The Free Dictionary and 3 online thesauruses - • Thesaurus.com • Merriam-Webster • Collins The dictionary/thesaurus to be used can be selected from the Options page of the extension (Tools -> Extensions).
Základní Informace o Rozšíření
Název | |
ID | dkfohljnogkakijpbgoebdcbgllabgbm |
Oficiální URL | https://chrome.google.com/webstore/detail/define/dkfohljnogkakijpbgoebdcbgllabgbm |
Popis | Get the definition/synonym of any word in a webpage. |
Velikost souboru | 248 KB |
Počet instalací | 1,000 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2013-12-28 |
Datum Vydání | 2013-12-28 |
Hodnocení | 3.88/5 Celkem 32 Hodnocení |
Vývojář | lerxst |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Define", "version": "2.0.1", "options_page": "options.html", "description": "Get the definition\/synonym of any word in a webpage.", "background": { "scripts": [ "background.js" ], "persistent": true }, "omnibox": { "keyword": "df" }, "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |