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…

Was ist Dicta Nakdan - Share Vocalized Text?

Dicta Nakdan - Share Vocalized Text ist eine Chrome-Erweiterung, die von https://dicta.org.il entwickelt wurde, und ihr Hauptmerkmal ist "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Dicta Nakdan - Share Vocalized Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dicta Nakdan - Share Vocalized Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Dicta Nakdan - Share Vocalized Text Dicta Nakdan - Share Vocalized Text
ID mihlembodjlpghjcpedlefbambhmncpf
Offizielle URL https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf
Beschreibung Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…
Dateigröße 469 KB
Installationsanzahl 316
Aktuelle Version 0.1.4
Letztes Update 2021-12-30
Veröffentlichungsdatum 2021-12-30
Entwickler https://dicta.org.il
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://dicta.org.il/tos
Unterstützte Sprachen 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"
    ]
}