Clarify
Clarify is a free, high quality dictionary app for all your devices.
Vad är Clarify?
Clarify är en Chrome-tillägg utvecklad av clarify.no, och dess huvudfunktion är "Clarify is a free, high quality dictionary app for all your devices.".
Tilläggsskärmbilder
Ladda ner Clarify-förlängningens CRX-fil
Ladda ner Clarify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Clarify is a free, high quality dictionary app for all your devices. Grundläggande Information om Tillägg
| Namn | |
| ID | kkfbaklamcfabngfbkbkmefhckheemfb |
| Officiell webbadress | https://chrome.google.com/webstore/detail/clarify/kkfbaklamcfabngfbkbkmefhckheemfb |
| Beskrivning | Clarify is a free, high quality dictionary app for all your devices. |
| Filstorlek | 48.92 KB |
| Antal Installationer | 4,071 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2023-02-07 |
| Publiceringsdatum | 2018-07-31 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | clarify.no |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://app.clarify.no |
| URL till Sekretesspolicy Sidan | https://www.clarifylanguage.com/eula.html |
| Stödda Språk | 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"
} | |