Dictar

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

Что такое Dictar?

Dictar - это расширение Chrome, разработанное https://dictar.app, и его основная функция - "Send website's URL to dictar.app for further processing.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Dictar

Скачайте файлы расширений Dictar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Dictar Dictar
ID bgpgnnmlppcmllbnckkjmfghkdgngibn
Официальный URL https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn
Описание Send website's URL to dictar.app for further processing.
Размер файла 11.46 KB
Количество установок 30
Текущая Версия 1.1
Последнее Обновление 2020-06-22
Дата публикации 2020-06-21
Разработчик https://dictar.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://dictar.app/
Поддерживаемые языки 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"
        ]
    }
}