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…
Vad är Dicta Nakdan - Share Vocalized Text?
Dicta Nakdan - Share Vocalized Text är en Chrome-tillägg utvecklad av https://dicta.org.il, och dess huvudfunktion är "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".
Tilläggsskärmbilder
Ladda ner Dicta Nakdan - Share Vocalized Text-förlängningens CRX-fil
Ladda ner Dicta Nakdan - Share Vocalized Text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | mihlembodjlpghjcpedlefbambhmncpf |
| Officiell webbadress | https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf |
| Beskrivning | Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest… |
| Filstorlek | 469 KB |
| Antal Installationer | 316 |
| Aktuell Version | 0.1.4 |
| Senast Uppdaterad | 2021-12-30 |
| Publiceringsdatum | 2021-12-30 |
| Utvecklare | https://dicta.org.il |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://dicta.org.il/tos |
| Stödda Språk | 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"
]
} | |