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…

Qu'est-ce que Dicta Nakdan - Share Vocalized Text ?

Dicta Nakdan - Share Vocalized Text est une extension Chrome développée par https://dicta.org.il, et sa fonction principale est "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dicta Nakdan - Share Vocalized Text

Téléchargez les fichiers d'extension Dicta Nakdan - Share Vocalized Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Dicta Nakdan - Share Vocalized Text Dicta Nakdan - Share Vocalized Text
ID mihlembodjlpghjcpedlefbambhmncpf
URL Officiel https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf
Description Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…
Taille du Fichier 469 KB
Nombre d'Installations 316
Version Actuelle 0.1.4
Dernière Mise à Jour 2021-12-30
Date de Publication 2021-12-30
Développeur https://dicta.org.il
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://dicta.org.il/tos
Langues Prises en Charge 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"
    ]
}