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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dicta Nakdan - Share Vocalized Text |
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" ] } |