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…

Was ist Nikud for the Web?

Nikud for the Web ist eine Chrome-Erweiterung, die von https://dicta.org.il entwickelt wurde, und ihr Hauptmerkmal ist "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".

Erweiterungsscreenshots

screenshot
screenshot

Nikud for the Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nikud for the Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
Offizielle URL https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
Beschreibung Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Dateigröße 668 KB
Installationsanzahl 800
Aktuelle Version 0.2.0
Letztes Update 2023-08-09
Veröffentlichungsdatum 2022-02-07
Entwickler https://dicta.org.il
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nakdanlive.dicta.org.il/
URL der Datenschutzrichtlinien-Seite https://dicta.org.il/tos
Unterstützte Sprachen 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"
    ]
}