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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |