Dictar
Send website's URL to dictar.app for further processing.
Cos'è Dictar?
Dictar è un'estensione di Chrome sviluppata da https://dictar.app, e la sua funzione principale è "Send website's URL to dictar.app for further processing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dictar
Scarica i file di estensione Dictar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bgpgnnmlppcmllbnckkjmfghkdgngibn |
URL Ufficiale | https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn |
Descrizione | Send website's URL to dictar.app for further processing. |
Dimensione del File | 11.46 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-06-22 |
Data di Pubblicazione | 2020-06-21 |
Sviluppatore | https://dictar.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dictar.app/ |
Lingue Supportate | 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" ] } } |