Clarify
Clarify is a free, high quality dictionary app for all your devices.
What is Clarify?
Clarify is a Chrome extension developed by clarify.no, and its main feature is "Clarify is a free, high quality dictionary app for all your devices.".
Extension Screenshots
Download Clarify Extension CRX File
Download Clarify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Clarify is a free, high quality dictionary app for all your devices.
Extension Basic Information
Name | |
ID | kkfbaklamcfabngfbkbkmefhckheemfb |
Official URL | https://chrome.google.com/webstore/detail/clarify/kkfbaklamcfabngfbkbkmefhckheemfb |
Description | Clarify is a free, high quality dictionary app for all your devices. |
File Size | 48.92 KB |
Installation Count | 4,071 |
Current Version | 1.3 |
Last Updated | 2023-02-07 |
Publish Date | 2018-07-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | clarify.no |
[email protected] | |
Payment Type | free |
Extension Website | https://app.clarify.no |
Privacy Policy Page URL | https://www.clarifylanguage.com/eula.html |
Supported Languages | 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" } |