Wudooh وضوح

Clarify Arabic script text

Wudooh وضوح란 무엇입니까?

Wudooh وضوح은(는) https://wudooh.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clarify Arabic script text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Wudooh وضوح 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wudooh (clarity in Arabic and Persian) is a simple browser extension that makes reading Arabic script text clearer and more pleasant.

Wudooh allows you to customize the way Arabic script text is displayed on your browser by allowing you to change font, font size, line height as well as many more advanced features such as whitelisting, custom site settings and even custom fonts!

This is not just for Arabic, but for any Arabic script, meaning this can work for Persian, Urdu and any other Arabic script language.

Read more about the Wudooh project including details, features, guides and FAQs in the project's GitHub wiki.

GitHub: http://bit.do/Wudooh 

Wudooh is developed by Bassam Helal and is free and open source (MIT).                    

확장 프로그램 기본 정보

이름 Wudooh وضوح Wudooh وضوح
ID nigfaloeeeakmmgndbdcijjegolpjfhn
공식 URL https://chromewebstore.google.com/detail/wudooh-%D9%88%D8%B6%D9%88%D8%AD/nigfaloeeeakmmgndbdcijjegolpjfhn
설명 Clarify Arabic script text
파일 크기 2.02 MB
설치 횟수 3,024
현재 버전 2.0.0
최근 업데이트 2020-05-21
출시 날짜 2020-05-21
평점 4.74/5 총 38 개의 평점
개발자 https://wudooh.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wudooh.app/
도움말 페이지 URL https://github.com/basshelal/Wudooh/wiki
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wudooh \u0648\u0636\u0648\u062d",
    "short_name": "Wudooh",
    "description": "Clarify Arabic script text",
    "version": "2.0.0",
    "minimum_chrome_version": "35",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon256.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "shared.min.js",
                "main.min.js"
            ],
            "css": [
                "fonts.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "shared.min.js",
            "background.min.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}