Tahajji - Urdu Reader

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

Tahajji - Urdu Reader là gì?

Tahajji - Urdu Reader là một tiện ích mở rộng Chrome được phát triển bởi Yasir Mahmood, và tính năng chính của nó là "Read and Write Urdu in beautiful fonts using this open source extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tahajji - Urdu Reader

Tải xuống các tệp mở rộng Tahajji - Urdu Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tahajji - Urdu Reader Tahajji - Urdu Reader
ID bknnphpbomfgdlmpgmnjhmbakpohppee
URL Chính Thức https://chromewebstore.google.com/detail/tahajji-urdu-reader/bknnphpbomfgdlmpgmnjhmbakpohppee
Mô tả Read and Write Urdu in beautiful fonts using this open source extension.
Kích Thước Tệp 10.19 MB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2023-09-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Yasir Mahmood
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://medium.com/@simptive
URL Trang Trợ Giúp https://github.com/simptive/tahajji
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}