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…

Vad är Nikud for the Web?

Nikud for the Web är en Chrome-tillägg utvecklad av https://dicta.org.il, och dess huvudfunktion är "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Nikud for the Web-förlängningens CRX-fil

Ladda ner Nikud for the Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
Officiell webbadress https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
Beskrivning Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Filstorlek 668 KB
Antal Installationer 800
Aktuell Version 0.2.0
Senast Uppdaterad 2023-08-09
Publiceringsdatum 2022-02-07
Utvecklare https://dicta.org.il
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nakdanlive.dicta.org.il/
URL till Sekretesspolicy Sidan https://dicta.org.il/tos
Stödda Språk 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"
    ]
}