Tahajji - Urdu Reader

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

Tahajji - Urdu Reader란 무엇입니까?

Tahajji - Urdu Reader은(는) Yasir Mahmood에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read and Write Urdu in beautiful fonts using this open source extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tahajji - Urdu Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}