Wikitionary word definition lookup
Right Click to lookup definition of selected word in a new Tab using Wikitionary
Apa itu Wikitionary word definition lookup?
Wikitionary word definition lookup adalah ekstensi Chrome yang dikembangkan oleh Ashok Koyi, dan fitur utamanya adalah "Right Click to lookup definition of selected word in a new Tab using Wikitionary".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wikitionary word definition lookup
Unduh file ekstensi Wikitionary word definition lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Wikitionary word definition lookup |
ID | nnkjcjnhnenpjdaekgojkcaaknncmmil |
URL Resmi | https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil |
Deskripsi | Right Click to lookup definition of selected word in a new Tab using Wikitionary |
Ukuran File | 13.59 KB |
Jumlah Instalasi | 70 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2021-10-15 |
Tanggal Publikasi | 2021-10-15 |
Pengembang | Ashok Koyi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/thekalinga/right-click-wiktionary |
URL Halaman Bantuan | https://github.com/thekalinga/right-click-wiktionary/issues |
Bahasa yang Didukung | 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" } } |