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…

O que é Nikud for the Web?

Nikud for the Web é uma extensão do Chrome desenvolvida por https://dicta.org.il, e sua principal característica é "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nikud for the Web

Baixe arquivos de extensão Nikud for the Web no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Nikud for the Web Nikud for the Web
ID pjjhddgjjmhbnlfjkobjmemihhbaaipd
URL Oficial https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd
Descrição Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Tamanho do Arquivo 668 KB
Contagem de Instalações 800
Versão Atual 0.2.0
Última Atualização 2023-08-09
Data de Publicação 2022-02-07
Desenvolvedor https://dicta.org.il
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nakdanlive.dicta.org.il/
URL da Página de Política de Privacidade https://dicta.org.il/tos
Idiomas Suportados 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"
    ]
}