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…
Cos'è Nikud for the Web?
Nikud for the Web è un'estensione di Chrome sviluppata da https://dicta.org.il, e la sua funzione principale è "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nikud for the Web
Scarica i file di estensione Nikud for the Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Nikud for the Web |
ID | pjjhddgjjmhbnlfjkobjmemihhbaaipd |
URL Ufficiale | https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd |
Descrizione | Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can… |
Dimensione del File | 668 KB |
Conteggio Installazioni | 800 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2023-08-09 |
Data di Pubblicazione | 2022-02-07 |
Sviluppatore | https://dicta.org.il |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nakdanlive.dicta.org.il/ |
URL della Pagina della Politica sulla Privacy | https://dicta.org.il/tos |
Lingue Supportate | 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" ] } |