Nikud for the Web
Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…
Nikud for the Web là gì?
Nikud for the Web 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à "Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can…".
Ả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 Nikud for the Web
Tải xuống các tệp mở rộng Nikud for the Web 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
Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can easily add vocalization to any webpage. 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 | Nikud for the Web |
ID | pjjhddgjjmhbnlfjkobjmemihhbaaipd |
URL Chính Thức | https://chromewebstore.google.com/detail/nikud-for-the-web/pjjhddgjjmhbnlfjkobjmemihhbaaipd |
Mô tả | Easily add vocalization to any webpage in your browser with a click of a button. With this free extension from Dicta, you can… |
Kích Thước Tệp | 668 KB |
Số Lần Cài Đặt | 800 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2023-08-09 |
Ngày Phát Hành | 2022-02-07 |
Nhà Phát Triển | https://dicta.org.il |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nakdanlive.dicta.org.il/ |
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.2.0", "author": "Michael Tsaban, Dicta", "default_locale": "en", "minimum_chrome_version": "92", "commands": { "_execute_action": { "description": "Opens the browser action popup" } }, "icons": { "250": "icon.png" }, "background": { "service_worker": "src\/background.js", "type": "module" }, "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": [ "storage" ] } |