Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Sakhr Dictionary là gì?
Sakhr Dictionary là một tiện ích mở rộng Chrome được phát triển bởi مؤسسة الشارخ, và tính năng chính của nó là "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".
Ả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 Sakhr Dictionary
Tải xuống các tệp mở rộng Sakhr Dictionary 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
Sakhr Dictionary is an English to Arabic dictionary and vice versa
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
URL Chính Thức | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Mô tả | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
Kích Thước Tệp | 1 MB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2020-04-09 |
Ngày Phát Hành | 2020-04-07 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | مؤسسة الشارخ |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://dictionary.alsharekh.org/ |
URL Trang Trợ Giúp | https://alsharekh.org/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Sakhr Dictionary", "short_name": "Sakhr Dictionary", "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png", "16": "icons\/icon_20.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Sakhr Dictionary is an English to Arabic dictionary and vice versa...", "background": { "page": "background.html" }, "homepage_url": "https:\/\/dictionary.alsharekh.org\/", "version": "0.1.3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/icon_20.png", "default_title": "\u0642\u0627\u0645\u0648\u0633 \u0635\u062e\u0631" }, "permissions": [ "activeTab" ] } |