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…

Qu'est-ce que Nikud for the Web ?

Nikud for the Web est une extension Chrome développée par https://dicta.org.il, et sa fonction principale est "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Nikud for the Web

Téléchargez les fichiers d'extension Nikud for the Web 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

                        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                    

Informations de Base sur l'Extension

Nom Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
URL Officiel https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
Description Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Taille du Fichier 668 KB
Nombre d'Installations 800
Version Actuelle 0.2.0
Dernière Mise à Jour 2023-08-09
Date de Publication 2022-02-07
Développeur https://dicta.org.il
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nakdanlive.dicta.org.il/
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.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"
    ]
}