Nastaleeq

Get the pretty urdu font everywhere on the web - Supports, Facebook, Twitter, Google - For issues email: [email protected]

Nastaleeq क्या है?

Nastaleeq Waqas Ahmed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the pretty urdu font everywhere on the web - Supports, Facebook, Twitter, Google - For issues email: [email protected]"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nastaleeq एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The web is an ugly place for Urdu readers and Urdu language speakers because most major websites like Google, Twitter and Facebook don't support the most readable Urdu font - Nastaleeq. Therefore, Urdu speakers/readers are forced to read poorly rendered Ariel or Naskh fonts. With this extension you will see beautiful Nastaleeq font everywhere Urdu is written on the web - Google Search Results, Facebook, Twitter.

If you find a site that this extension does not support, mail us at [email protected]

This extension is made by http://urdunotepad.com and http://opensource.com.pk/

1.2.3 Update - BBC Urdu Support added
1.2.3 Update - Improved Styling for Twitter Urdu
2.0 Update -  Added support for Quran.com
2.0 Update - Added urdu keyboard chrome popup
2.2 Update - Twitter & Facebook improvements
2.3 Update - Moved from Google Noto to Mehr Nastaleeq Font                    

एक्सटेंशन की मूल जानकारी

नाम Nastaleeq Nastaleeq
ID oddbjmjgpaofommagnbfednbdifaakfb
आधिकारिक URL https://chromewebstore.google.com/detail/nastaleeq/oddbjmjgpaofommagnbfednbdifaakfb
विवरण Get the pretty urdu font everywhere on the web - Supports, Facebook, Twitter, Google - For issues email: [email protected]
फ़ाइल का आकार 126 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 3
अंतिम अपडेट 2022-07-25
प्रकाशन तिथि 2019-04-06
रेटिंग 4.62/5 कुल 154 रेटिंग्स
डेवलपर Waqas Ahmed
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/worqas
सहायता पृष्ठ URL https://twitter.com/worqas
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nastaleeq",
    "version": "3",
    "manifest_version": 2,
    "description": "Get the pretty urdu font everywhere on the web - Supports, Facebook, Twitter, Google - For issues email: [email protected]",
    "homepage_url": "https:\/\/twitter.com\/waqas_x",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/; object-src 'self'",
    "background": {
        "scripts": [
            "src\/inject\/inject.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Nastaleeq",
        "default_popup": "src\/inject\/app\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "web_accessible_resources": [
        "src\/inject\/*.ttf"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.bbc.com\/*",
                "*:\/\/www.bbc.co.uk\/urdu\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/dailypakistan.com.pk\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*"
            ],
            "css": [
                "src\/inject\/twitter.css"
            ]
        },
        {
            "matches": [
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*",
                "*:\/\/messenger.com\/*"
            ],
            "css": [
                "src\/inject\/facebook.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.com.pk\/*",
                "*:\/\/*\/search?*",
                "*:\/\/google.com.pk\/*",
                "*:\/\/*\/#q*"
            ],
            "css": [
                "src\/inject\/google.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bbc.com\/*",
                "*:\/\/www.bbc.co.uk\/urdu\/*"
            ],
            "css": [
                "src\/inject\/bbcurdu.css"
            ]
        }
    ]
}