Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
What is Sakhr Dictionary?
Sakhr Dictionary is a Chrome extension developed by مؤسسة الشارخ, and its main feature is "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".
Extension Screenshots
Download Sakhr Dictionary Extension CRX File
Download Sakhr Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sakhr Dictionary is an English to Arabic dictionary and vice versa
Extension Basic Information
Name | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Official URL | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
Description | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
File Size | 1 MB |
Installation Count | 75 |
Current Version | 0.1.3 |
Last Updated | 2020-04-09 |
Publish Date | 2020-04-07 |
Rating | 1.00/5 Total 1 Ratings |
Developer | مؤسسة الشارخ |
[email protected] | |
Payment Type | free |
Extension Website | https://dictionary.alsharekh.org/ |
Help Page URL | https://alsharekh.org/ |
Supported Languages | 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" ] } |