Huruf

Allows you to set the font and size of Arabic text, making it easy to read.

Hurufคืออะไร?

Huruf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jackson Petty และคุณลักษณะหลักของมันคือ "Allows you to set the font and size of Arabic text, making it easy to read."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Huruf

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

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

                        Huruf is an extension built to make reading Arabic text easier. Most online text written with the Arabic script is small and set in a hard-to-read font. Huruf fixes this by allowing you to customize the font, font size, and line height used to render Arabic text, making it easier to read. Huruf supports any language written with characters from the Perso-Arabic Unicode blocks, so it will work with any language written in the Perso-Arabic script (Arabic, Persian, Urdu, Punjabi, etc).

All fonts used by Huruf are licensed under the SIL Open Font License, and Type Specimens for each font can be found at the Google Fonts project (fonts.google.com). More information on the OFL can be found at http://scripts.sil.org/OFL.

Promotional tile images based upon "Wadi Rum sunset" (Lawrence Murray, licensed under CC-BY-2.0)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Huruf Huruf
ID lhdifindchogekmjooeiolmjdlheilae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/huruf/lhdifindchogekmjooeiolmjdlheilae
คำอธิบาย Allows you to set the font and size of Arabic text, making it easy to read.
ขนาดไฟล์ 2.07 MB
จำนวนการติดตั้ง 2,212
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2016-09-04
วันที่เผยแพร่ 2016-09-03
คะแนน 4.29/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Jackson Petty
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Huruf",
    "short_name": "Huruf",
    "description": "Allows you to set the font and size of Arabic text, making it easy to read.",
    "version": "3.1",
    "minimum_chrome_version": "38",
    "permissions": [
        "storage"
    ],
    "options_page": "popup.html",
    "browser_action": {
        "default_icon": "assets\/huruf.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/huruf.png",
        "128": "assets\/huruf.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "main.js",
        "fonts\/*"
    ]
}