Clarify
Clarify is a free, high quality dictionary app for all your devices.
什麼是Clarify?
Clarify是由clarify.no開發的Chrome擴展程式,該擴展的主要功能是“Clarify is a free, high quality dictionary app for all your devices.”。
擴展截圖
下載Clarify擴展crx文件
下載Clarify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clarify is a free, high quality dictionary app for all your devices.
擴展基本資訊
名稱 | |
ID | kkfbaklamcfabngfbkbkmefhckheemfb |
官方網址 | https://chrome.google.com/webstore/detail/clarify/kkfbaklamcfabngfbkbkmefhckheemfb |
簡介 | Clarify is a free, high quality dictionary app for all your devices. |
檔案大小 | 48.92 KB |
安裝次數 | 4,071 |
目前版本 | 1.3 |
更新時間 | 2023-02-07 |
上架時間 | 2018-07-31 |
評分 | 5.00/5 共 2 次評分 |
開發者 | clarify.no |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://app.clarify.no |
隱私政策頁面URL | https://www.clarifylanguage.com/eula.html |
支援的語言 | 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" } |