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…

What is Dicta Nakdan - Share Vocalized Text?

Dicta Nakdan - Share Vocalized Text is a Chrome extension developed by https://dicta.org.il, and its main feature is "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dicta Nakdan - Share Vocalized Text Extension CRX File

Download Dicta Nakdan - Share Vocalized Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Dicta Nakdan - Share Vocalized Text Dicta Nakdan - Share Vocalized Text
ID mihlembodjlpghjcpedlefbambhmncpf
Official URL 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…
File Size 469 KB
Installation Count 316
Current Version 0.1.4
Last Updated 2021-12-30
Publish Date 2021-12-30
Developer https://dicta.org.il
Email [email protected]
Payment Type free
Privacy Policy Page URL https://dicta.org.il/tos
Supported Languages 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"
    ]
}