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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webit.pk และคุณลักษณะหลักของมันคือ "Urdu for Chrome | Nastaleeq Font For Web - Supports Google, Facebook, Twitter, Whatsapp , Wiki and Many More"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Urdu for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Urdu for Chrome Urdu for Chrome
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"
}