Arabic Diacritic
Diacritic for arabic text
Arabic Diacritic là gì?
Arabic Diacritic là một tiện ích mở rộng Chrome được phát triển bởi RDI AI Technologies, và tính năng chính của nó là "Diacritic for arabic text".
Ả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 Arabic Diacritic
Tải xuống các tệp mở rộng Arabic Diacritic 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
RDI's Arabic diacritic extension helps you add diacritic to any Arabic text while browsing the web using latest AI technologies. Our Arabic diacritic technology can work on any highlighted text on most of the websites, also on any form.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Arabic Diacritic |
ID | enfdhkjncgjefhenimgmfacnceagccfd |
URL Chính Thức | https://chromewebstore.google.com/detail/arabic-diacritic/enfdhkjncgjefhenimgmfacnceagccfd |
Mô tả | Diacritic for arabic text |
Kích Thước Tệp | 194 KB |
Số Lần Cài Đặt | 448 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-08-29 |
Ngày Phát Hành | 2022-03-22 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | RDI AI Technologies |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "icons": { "16": "\/images\/diacritic-icon-16.png", "32": "\/images\/diacritic-icon-32.png", "48": "\/images\/diacritic-icon-48.png", "64": "\/images\/diacritic-icon-64.png", "128": "\/images\/diacritic-icon-128.png" }, "default_locale": "ar", "background": { "service_worker": "background.js" }, "action": [], "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "bindNonGoogleDocs.js" ], "css": [ "css\/fontawesome.min.css", "css\/panel.css", "css\/solid.min.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/diacritic-icon.png", "images\/copy-icon.png", "images\/diacritic-icon-128.png", "css\/fontawesome.min.css", "css\/solid.min.css", "css\/panel.css", "webfonts\/fa-solid-900.woff2" ], "matches": [ "*:\/\/*\/*" ] } ] } |