Dictar

Send website's URL to dictar.app for further processing.

Qu'est-ce que Dictar ?

Dictar est une extension Chrome développée par https://dictar.app, et sa fonction principale est "Send website's URL to dictar.app for further processing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dictar

Téléchargez les fichiers d'extension Dictar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dictar Dictar
ID bgpgnnmlppcmllbnckkjmfghkdgngibn
URL Officiel https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn
Description Send website's URL to dictar.app for further processing.
Taille du Fichier 11.46 KB
Nombre d'Installations 30
Version Actuelle 1.1
Dernière Mise à Jour 2020-06-22
Date de Publication 2020-06-21
Développeur https://dictar.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dictar.app/
Langues Prises en Charge 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"
        ]
    }
}