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…

Apa itu Nikud for the Web?

Nikud for the Web adalah ekstensi Chrome yang dikembangkan oleh https://dicta.org.il, dan fitur utamanya adalah "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nikud for the Web

Unduh file ekstensi Nikud for the Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
URL Resmi https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
Deskripsi Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Ukuran File 668 KB
Jumlah Instalasi 800
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2023-08-09
Tanggal Publikasi 2022-02-07
Pengembang https://dicta.org.il
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nakdanlive.dicta.org.il/
URL Halaman Kebijakan Privasi https://dicta.org.il/tos
Bahasa yang Didukung 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"
    ]
}