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…

Hvad er Nikud for the Web?

Nikud for the Web er en Chrome-udvidelse udviklet af https://dicta.org.il, og dens hovedfunktion er "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Nikud for the Web-udvidelses-CRX-fil

Download Nikud for the Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
Officiel URL https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
Beskrivelse Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Filstørrelse 668 KB
Antal Installationer 800
Nuværende Version 0.2.0
Senest Opdateret 2023-08-09
Udgivelsesdato 2022-02-07
Udvikler https://dicta.org.il
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://nakdanlive.dicta.org.il/
URL til Fortrolighedspolitik Side https://dicta.org.il/tos
Understøttede Sprog 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"
    ]
}