Clarify
Clarify is a free, high quality dictionary app for all your devices.
Apa itu Clarify?
Clarify adalah ekstensi Chrome yang dikembangkan oleh clarify.no, dan fitur utamanya adalah "Clarify is a free, high quality dictionary app for all your devices.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clarify
Unduh file ekstensi Clarify 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
Clarify is a free, high quality dictionary app for all your devices.
Informasi Dasar Ekstensi
Nama | |
ID | kkfbaklamcfabngfbkbkmefhckheemfb |
URL Resmi | https://chrome.google.com/webstore/detail/clarify/kkfbaklamcfabngfbkbkmefhckheemfb |
Deskripsi | Clarify is a free, high quality dictionary app for all your devices. |
Ukuran File | 48.92 KB |
Jumlah Instalasi | 4,071 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2023-02-07 |
Tanggal Publikasi | 2018-07-31 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | clarify.no |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://app.clarify.no |
URL Halaman Kebijakan Privasi | https://www.clarifylanguage.com/eula.html |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "logo-19.png", "38": "logo-38.png" }, "default_title": "Clarify" }, "description": "Clarify is a free, high quality dictionary app for all your devices.", "icons": { "128": "logo-128.png", "16": "logo-16.png", "48": "logo-48.png" }, "manifest_version": 2, "name": "Clarify", "permissions": [ "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |