Dictar
Send website's URL to dictar.app for further processing.
Hvad er Dictar?
Dictar er en Chrome-udvidelse udviklet af https://dictar.app, og dens hovedfunktion er "Send website's URL to dictar.app for further processing.".
Udvidelsesskærmbilleder
Download Dictar-udvidelses-CRX-fil
Download Dictar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bgpgnnmlppcmllbnckkjmfghkdgngibn |
Officiel URL | https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn |
Beskrivelse | Send website's URL to dictar.app for further processing. |
Filstørrelse | 11.46 KB |
Antal Installationer | 30 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-06-22 |
Udgivelsesdato | 2020-06-21 |
Udvikler | https://dictar.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://dictar.app/ |
Understøttede Sprog | 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" ] } } |