Dicta Nakdan - Share Vocalized Text
Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…
Cos'è Dicta Nakdan - Share Vocalized Text?
Dicta Nakdan - Share Vocalized Text è un'estensione di Chrome sviluppata da https://dicta.org.il, e la sua funzione principale è "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dicta Nakdan - Share Vocalized Text
Scarica i file di estensione Dicta Nakdan - Share Vocalized Text 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
Share vocalized text on Twitter, Facebook, or anywhere else across the web. 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 | Dicta Nakdan - Share Vocalized Text |
ID | mihlembodjlpghjcpedlefbambhmncpf |
URL Ufficiale | https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf |
Descrizione | Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest… |
Dimensione del File | 469 KB |
Conteggio Installazioni | 316 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2021-12-30 |
Data di Pubblicazione | 2021-12-30 |
Sviluppatore | https://dicta.org.il |
[email protected] | |
Tipo di Pagamento | free |
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.1.4", "author": "Michael Tsaban", "default_locale": "en", "icons": { "250": "icon.png" }, "background": { "service_worker": "background.js" }, "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": [ "contextMenus", "storage" ] } |