Dictar

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

What is Dictar?

Dictar is a Chrome extension developed by https://dictar.app, and its main feature is "Send website's URL to dictar.app for further processing.".

Extension Screenshots

screenshot

Download Dictar Extension CRX File

Download Dictar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dictar Dictar
ID bgpgnnmlppcmllbnckkjmfghkdgngibn
Official URL https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn
Description Send website's URL to dictar.app for further processing.
File Size 11.46 KB
Installation Count 30
Current Version 1.1
Last Updated 2020-06-22
Publish Date 2020-06-21
Developer https://dictar.app
Email [email protected]
Payment Type free
Extension Website https://dictar.app/
Supported Languages 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"
        ]
    }
}