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ファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}