Urdu for Chrome

Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More

Urdu for Chrome là gì?

Urdu for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://webit.pk, và tính năng chính của nó là "Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Urdu for Chrome

Tải xuống các tệp mở rộng Urdu for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Urdu for Chrome Urdu for Chrome
ID olldcfahdgfhnnmkjapmnlngmnhdimid
URL Chính Thức https://chromewebstore.google.com/detail/urdu-for-chrome/olldcfahdgfhnnmkjapmnlngmnhdimid
Mô tả Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More
Kích Thước Tệp 232 KB
Số Lần Cài Đặt 7,156
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-07-08
Ngày Phát Hành 2019-03-18
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://webit.pk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FahadYousafMahar/ChromeUrdu
URL Trang Trợ Giúp https://github.com/FahadYousafMahar/ChromeUrdu/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}