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…
What is Nikud for the Web?
Nikud for the Web is a Chrome extension developed by https://dicta.org.il, and its main feature is "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".
Extension Screenshots
Download Nikud for the Web Extension CRX File
Download Nikud for the Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Nikud for the Web |
ID | pjjhddgjjmhbnlfjkobjmemihhbaaipd |
Official URL | https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd |
Description | Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can… |
File Size | 668 KB |
Installation Count | 800 |
Current Version | 0.2.0 |
Last Updated | 2023-08-09 |
Publish Date | 2022-02-07 |
Developer | https://dicta.org.il |
[email protected] | |
Payment Type | free |
Extension Website | https://nakdanlive.dicta.org.il/ |
Privacy Policy Page URL | https://dicta.org.il/tos |
Supported Languages | 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" ] } |