Urdu for Chrome
Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More
什么是Urdu for Chrome?
Urdu for Chrome是由https://webit.pk开发的Chrome扩展程序,该扩展的主要功能是“Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More”。
扩展截图
下载Urdu for Chrome扩展crx文件
下载Urdu for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension adds beautiful Nastaleeq font to all websites and beautifies Urdu text, making it not only readable but enjoyable. Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More .
For addition of more websites' compatibility and features contact me @ https://github.com/fahadyousafmahar/chromeurdu/issues                     扩展基本信息
| 名称 |  | 
| ID | olldcfahdgfhnnmkjapmnlngmnhdimid | 
| 官方URL | https://chromewebstore.google.com/detail/urdu-for-chrome/olldcfahdgfhnnmkjapmnlngmnhdimid | 
| 简介 | Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More | 
| 文件大小 | 232 KB | 
| 安装次数 | 7,156 | 
| 当前版本 | 3.0.0 | 
| 更新时间 | 2022-07-08 | 
| 上架时间 | 2019-03-18 | 
| 评分 | 5.00/5 共6次评分 | 
| 开发者 | https://webit.pk | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/FahadYousafMahar/ChromeUrdu | 
| 帮助页面URL | https://github.com/FahadYousafMahar/ChromeUrdu/issues | 
| 支持的语言 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "src\/inject\/app\/index.html",
        "default_title": "Urdu for Chrome"
    },
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "exclude_matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/ur.wikipedia.org\/*",
                "*:\/\/pnb.wikipedia.org\/*",
                "*:\/\/quran.com\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "css": [
                "src\/inject\/twitter.css"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        },
        {
            "css": [
                "src\/inject\/whatsapp.css"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "css": [
                "src\/inject\/google.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.com.pk\/*",
                "*:\/\/*\/search?*",
                "*:\/\/google.com.pk\/*",
                "*:\/\/*\/#q*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More ",
    "homepage_url": "http:\/\/github.com\/fahadyousafmahar\/chromeurdu\/",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Urdu for Chrome",
    "short_name": "Urdu",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/inject\/*.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "incognito": "spanning"
} | |