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
官方網址 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": [
                ""
            ]
        }
    ]
}