Wikitionary word definition lookup
Right Click to lookup definition of selected word in a new Tab using Wikitionary
Co je Wikitionary word definition lookup?
Wikitionary word definition lookup je rozšíření Chrome vyvinuté Ashok Koyi, a jeho hlavní funkcí je „Right Click to lookup definition of selected word in a new Tab using Wikitionary“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wikitionary word definition lookup
Stáhněte si soubory rozšíření Wikitionary word definition lookup 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í
Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary
Základní Informace o Rozšíření
Název | Wikitionary word definition lookup |
ID | nnkjcjnhnenpjdaekgojkcaaknncmmil |
Oficiální URL | https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil |
Popis | Right Click to lookup definition of selected word in a new Tab using Wikitionary |
Velikost souboru | 13.59 KB |
Počet instalací | 70 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2021-10-15 |
Datum Vydání | 2021-10-15 |
Vývojář | Ashok Koyi |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/thekalinga/right-click-wiktionary |
URL Stránky Nápovědy | https://github.com/thekalinga/right-click-wiktionary/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikitionary word definition lookup", "version": "0.1.0", "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |