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…
Wat is Dicta Nakdan - Share Vocalized Text?
Dicta Nakdan - Share Vocalized Text is een Chrome-extensie ontwikkeld door https://dicta.org.il, en de belangrijkste functie is "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".
Extensie Screenshots
Download het CRX-bestand van de extensie Dicta Nakdan - Share Vocalized Text
Download Dicta Nakdan - Share Vocalized Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | mihlembodjlpghjcpedlefbambhmncpf |
| Officiële URL | https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf |
| Beschrijving | Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest… |
| Bestandsgrootte | 469 KB |
| Aantal Installaties | 316 |
| Huidige Versie | 0.1.4 |
| Laatst Bijgewerkt | 2021-12-30 |
| Publicatiedatum | 2021-12-30 |
| Ontwikkelaar | https://dicta.org.il |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://dicta.org.il/tos |
| Ondersteunde Talen | 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"
]
} | |