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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}