Dicta Nakdan - Share Vocalized Text

Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…

Co je Dicta Nakdan - Share Vocalized Text?

Dicta Nakdan - Share Vocalized Text je rozšíření Chrome vyvinuté https://dicta.org.il, a jeho hlavní funkcí je „Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dicta Nakdan - Share Vocalized Text

Stáhněte si soubory rozšíření Dicta Nakdan - Share Vocalized Text ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Share vocalized text on Twitter, Facebook, or anywhere else across the web.

The plugin is a free product from Dicta, like the rest of our tools - which are free and distributed for the benefit of the public.

Visit our website and discover more tools we offer:
https://dicta.org.il                    

Základní Informace o Rozšíření

Název Dicta Nakdan - Share Vocalized Text Dicta Nakdan - Share Vocalized Text
ID mihlembodjlpghjcpedlefbambhmncpf
Oficiální URL https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf
Popis Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…
Velikost souboru 469 KB
Počet instalací 316
Aktuální Verze 0.1.4
Poslední Aktualizace 2021-12-30
Datum Vydání 2021-12-30
Vývojář https://dicta.org.il
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://dicta.org.il/tos
Podporované Jazyky en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.1.4",
    "author": "Michael Tsaban",
    "default_locale": "en",
    "icons": {
        "250": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options_page\/index.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_name__",
        "default_popup": "src\/browser_action\/index.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}