Nikud for the Web

Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…

Nikud for the Web क्या है?

Nikud for the Web https://dicta.org.il द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nikud for the Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily add vocalization to any webpage in your browser with a click of a button.
With this free extension from Dicta, you can easily add vocalization to any webpage.

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                    

एक्सटेंशन की मूल जानकारी

नाम Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
आधिकारिक URL https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
विवरण Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
फ़ाइल का आकार 668 KB
स्थापना संख्या 800
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2023-08-09
प्रकाशन तिथि 2022-02-07
डेवलपर https://dicta.org.il
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nakdanlive.dicta.org.il/
गोपनीयता नीति पृष्ठ URL https://dicta.org.il/tos
समर्थित भाषाएँ en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.2.0",
    "author": "Michael Tsaban, Dicta",
    "default_locale": "en",
    "minimum_chrome_version": "92",
    "commands": {
        "_execute_action": {
            "description": "Opens the browser action popup"
        }
    },
    "icons": {
        "250": "icon.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "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": [
        "storage"
    ]
}