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…
¿Qué es Nikud for the Web?
Nikud for the Web es una extensión de Chrome desarrollada por https://dicta.org.il, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Nikud for the Web
Descarga archivos de extensión Nikud for the Web en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Nikud for the Web |
ID | pjjhddgjjmhbnlfjkobjmemihhbaaipd |
URL Oficial | https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd |
Descripción | Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can… |
Tamaño del Archivo | 668 KB |
Cantidad de Instalaciones | 800 |
Versión Actual | 0.2.0 |
Última Actualización | 2023-08-09 |
Fecha de Publicación | 2022-02-07 |
Desarrollador | https://dicta.org.il |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://nakdanlive.dicta.org.il/ |
URL de la Página de Política de Privacidad | https://dicta.org.il/tos |
Idiomas Soportados | 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" ] } |