Custom Dictionary
Store words and their definitions, and highlight them on websites
Apa itu Custom Dictionary?
Custom Dictionary adalah ekstensi Chrome yang dikembangkan oleh Riki, dan fitur utamanya adalah "Store words and their definitions, and highlight them on websites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Dictionary
Unduh file ekstensi Custom Dictionary 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 highly performant chrome extension allows you to keep track of a custom dictionary of words. Words will be highlighted on web pages, and their definitions will appear as tooltips when hovered over.
Informasi Dasar Ekstensi
Nama | Custom Dictionary |
ID | gpenoconcglejhmajbjgajimkdpmcogg |
URL Resmi | https://chromewebstore.google.com/detail/custom-dictionary/gpenoconcglejhmajbjgajimkdpmcogg |
Deskripsi | Store words and their definitions, and highlight them on websites |
Ukuran File | 44.67 KB |
Jumlah Instalasi | 55 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2022-05-12 |
Tanggal Publikasi | 2022-04-25 |
Pengembang | Riki |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rikilele/custom-dict-chrome |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Dictionary", "version": "1.2.2", "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "Custom Dictionary", "default_popup": "popup\/popup.html" }, "description": "Store words and their definitions, and highlight them on websites", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Riki Singh Khorana", "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ " |