Dictar

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

Co to jest Dictar?

Dictar to rozszerzenie Chrome opracowane przez https://dictar.app, a jego główną funkcją jest „Send website's URL to dictar.app for further processing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dictar

Pobierz pliki rozszerzeń Dictar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dictar Dictar
ID bgpgnnmlppcmllbnckkjmfghkdgngibn
Oficjalny URL https://chromewebstore.google.com/detail/dictar/bgpgnnmlppcmllbnckkjmfghkdgngibn
Opis Send website's URL to dictar.app for further processing.
Rozmiar pliku 11.46 KB
Liczba instalacji 30
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-06-22
Data Publikacji 2020-06-21
Deweloper https://dictar.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dictar.app/
Obsługiwane Języki 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"
        ]
    }
}