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 là gì?
Dicta Nakdan - Share Vocalized Text là một tiện ích mở rộng Chrome được phát triển bởi https://dicta.org.il, và tính năng chính của nó là "Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dicta Nakdan - Share Vocalized Text
Tải xuống các tệp mở rộng Dicta Nakdan - Share Vocalized Text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dicta Nakdan - Share Vocalized Text |
ID | mihlembodjlpghjcpedlefbambhmncpf |
URL Chính Thức | https://chromewebstore.google.com/detail/dicta-nakdan-share-vocali/mihlembodjlpghjcpedlefbambhmncpf |
Mô tả | Share vocalized text on Twitter, Facebook, or anywhere else across the web. The plugin is a free product from Dicta, like the rest… |
Kích Thước Tệp | 469 KB |
Số Lần Cài Đặt | 316 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2021-12-30 |
Ngày Phát Hành | 2021-12-30 |
Nhà Phát Triển | https://dicta.org.il |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://dicta.org.il/tos |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |