Dictar
Send website's URL to dictar.app for further processing.
Wat is Dictar?
Dictar is een Chrome-extensie ontwikkeld door https://dictar.app, en de belangrijkste functie is "Send website's URL to dictar.app for further processing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dictar
Download Dictar-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
Improve your listening skills in your target language by listening to a dictation. Use this extension to send the current URL to the dictar.app website.
Basisinformatie over de Extensie
Naam | |
ID | bgpgnnmlppcmllbnckkjmfghkdgngibn |
Officiële URL | https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn |
Beschrijving | Send website's URL to dictar.app for further processing. |
Bestandsgrootte | 11.46 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-06-22 |
Publicatiedatum | 2020-06-21 |
Ontwikkelaar | https://dictar.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dictar.app/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dictar", "version": "1.1", "description": "Send website's URL to dictar.app for further processing.", "icons": { "48": "icons\/logo48.png", "96": "icons\/logo96.png" }, "browser_action": { "default_icon": "icons\/logo32.png", "default_title": "Dictar" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "dictar.js" ] } } |