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…

Hvad er Dicta Nakdan - Share Vocalized Text?

Dicta Nakdan - Share Vocalized Text er en Chrome-udvidelse udviklet af https://dicta.org.il, og dens hovedfunktion er "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Dicta Nakdan - Share Vocalized Text-udvidelses-CRX-fil

Download Dicta Nakdan - Share Vocalized Text-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Dicta Nakdan - Share Vocalized Text Dicta Nakdan - Share Vocalized Text
ID mihlembodjlpghjcpedlefbambhmncpf
Officiel URL https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf
Beskrivelse Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…
Filstørrelse 469 KB
Antal Installationer 316
Nuværende Version 0.1.4
Senest Opdateret 2021-12-30
Udgivelsesdato 2021-12-30
Udvikler https://dicta.org.il
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://dicta.org.il/tos
Understøttede Sprog 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"
    ]
}