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…
Что такое Dicta Nakdan - Share Vocalized Text?
Dicta Nakdan - Share Vocalized Text - это расширение Chrome, разработанное https://dicta.org.il, и его основная функция - "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".
Снимки экрана расширения
Скачать файл CRX расширения Dicta Nakdan - Share Vocalized Text
Скачайте файлы расширений Dicta Nakdan - Share Vocalized Text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | mihlembodjlpghjcpedlefbambhmncpf |
| Официальный URL | https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf |
| Описание | Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest… |
| Размер файла | 469 KB |
| Количество установок | 316 |
| Текущая Версия | 0.1.4 |
| Последнее Обновление | 2021-12-30 |
| Дата публикации | 2021-12-30 |
| Разработчик | https://dicta.org.il |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://dicta.org.il/tos |
| Поддерживаемые языки | 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"
]
} | |