Tahajji - Urdu Reader

Read and Write Urdu in beautiful fonts using this open source extension.

Tahajji - Urdu Readerคืออะไร?

Tahajji - Urdu Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yasir Mahmood และคุณลักษณะหลักของมันคือ "Read and Write Urdu in beautiful fonts using this open source extension."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tahajji - Urdu Reader

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

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

                        Aren't you satisfied with default Urdu fonts offered by websites? or your existing extension doesn't work sometimes on social media pages? or you use Linux and Urdu fonts in browser are difficult to read? here comes this - Urdu Reader!

Various fonts to choose from. You can even change font size and line height.

This is an open source extension. Contributions, Forks and Stars are welcomed.

*Privacy Benefits*: Open source means transparency and no hidden data collection, ensuring your online privacy while enjoying enhanced font choices. Your data stays in your control.

Source Code: https://github.com/simptive/tahajji                    

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

ชื่อ Tahajji - Urdu Reader Tahajji - Urdu Reader
ID bknnphpbomfgdlmpgmnjhmbakpohppee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tahajji-urdu-reader/bknnphpbomfgdlmpgmnjhmbakpohppee
คำอธิบาย Read and Write Urdu in beautiful fonts using this open source extension.
ขนาดไฟล์ 10.19 MB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2023-09-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Yasir Mahmood
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://medium.com/@simptive
URL หน้าช่วยเหลือ https://github.com/simptive/tahajji
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tahajji - Urdu Reader",
    "version": "1.2",
    "description": "Read and Write Urdu in beautiful fonts using this open source extension.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_name": "Urdu Reader",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "*.woff2",
                "*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}