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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Sakhr Dictionary is an English to Arabic dictionary and vice versa                    

확장 프로그램 기본 정보

이름 Sakhr Dictionary Sakhr Dictionary
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 개의 평점
개발자 مؤسسة الشارخ
이메일 [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"
    ]
}