Sakhr Dictionary
Sakhr Dictionary is an English to Arabic dictionary and vice versa...
Sakhr Dictionaryとは何ですか?
Sakhr Dictionaryはمؤسسة الشارخによって開発されたChromeの拡張機能で、その主な機能は「Sakhr Dictionary is an English to Arabic dictionary and vice versa...」です。
拡張機能のスクリーンショット
Sakhr Dictionary拡張機能のCRXファイルをダウンロード
Sakhr Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sakhr Dictionary is an English to Arabic dictionary and vice versa
拡張機能の基本情報
名前 | |
ID | bgipgkpaolpgcdgbmdjbdpmmehaijojb |
公式URL | https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb |
説明 | Sakhr Dictionary is an English to Arabic dictionary and vice versa... |
ファイルサイズ | 1 MB |
インストール数 | 75 |
現在のバージョン | 0.1.3 |
最終更新日 | 2020-04-09 |
公開日 | 2020-04-07 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | مؤسسة الشارخ |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dictionary.alsharekh.org/ |
ヘルプページのURL | https://alsharekh.org/ |
対応言語 | 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" ] } |