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…

Wat is Nikud for the Web?

Nikud for the Web is een Chrome-extensie ontwikkeld door https://dicta.org.il, en de belangrijkste functie is "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nikud for the Web

Download Nikud for the Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
Officiële URL https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
Beschrijving Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Bestandsgrootte 668 KB
Aantal Installaties 800
Huidige Versie 0.2.0
Laatst Bijgewerkt 2023-08-09
Publicatiedatum 2022-02-07
Ontwikkelaar https://dicta.org.il
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nakdanlive.dicta.org.il/
URL van de Privacybeleid Pagina https://dicta.org.il/tos
Ondersteunde Talen 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"
    ]
}