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...”。

擴展截圖

screenshot
screenshot

下載Sakhr Dictionary擴展crx文件

下載Sakhr Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sakhr Dictionary is an English to Arabic dictionary and vice versa                    

擴展基本資訊

名稱 Sakhr Dictionary Sakhr Dictionary
ID bgipgkpaolpgcdgbmdjbdpmmehaijojb
官方網址 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 次評分
開發者 مؤسسة الشارخ
電子郵箱 [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"
    ]
}