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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Urdu for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}