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 |
官方URL | 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" } |