Clarify
Clarify is a free, high quality dictionary app for all your devices.
Wat is Clarify?
Clarify is een Chrome-extensie ontwikkeld door clarify.no, en de belangrijkste functie is "Clarify is a free, high quality dictionary app for all your devices.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clarify
Download Clarify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Clarify is a free, high quality dictionary app for all your devices.
Basisinformatie over de Extensie
Naam | |
ID | kkfbaklamcfabngfbkbkmefhckheemfb |
Officiële URL | https://chrome.google.com/webstore/detail/clarify/kkfbaklamcfabngfbkbkmefhckheemfb |
Beschrijving | Clarify is a free, high quality dictionary app for all your devices. |
Bestandsgrootte | 48.92 KB |
Aantal Installaties | 4,071 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-02-07 |
Publicatiedatum | 2018-07-31 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | clarify.no |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://app.clarify.no |
URL van de Privacybeleid Pagina | https://www.clarifylanguage.com/eula.html |
Ondersteunde Talen | 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" } |