Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Apa itu Vocabulary?
Vocabulary adalah ekstensi Chrome yang dikembangkan oleh Joe, dan fitur utamanya adalah "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vocabulary
Unduh file ekstensi Vocabulary 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
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
Informasi Dasar Ekstensi
Nama | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
URL Resmi | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Deskripsi | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
Ukuran File | 8.85 KB |
Jumlah Instalasi | 298 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2018-12-31 |
Tanggal Publikasi | 2018-12-31 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Joe |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |