Wudooh وضوح

Clarify Arabic script text

Wudooh وضوحคืออะไร?

Wudooh وضوح เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wudooh.app และคุณลักษณะหลักของมันคือ "Clarify Arabic script text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wudooh وضوح

ดาวน์โหลดไฟล์ส่วนขยาย Wudooh وضوح ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}