MindRoasterMir Urdu Web

This will add Noori Nastaleeq Font to every website loaded.

What is MindRoasterMir Urdu Web?

MindRoasterMir Urdu Web is a Chrome extension developed by mindroastermir, and its main feature is "This will add Noori Nastaleeq Font to every website loaded.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download MindRoasterMir Urdu Web Extension CRX File

Download MindRoasterMir Urdu Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        If you add this google chrome extension. All urdu text in any website will be shown in Jameel Noori Nastaleeq Font.

In current version if you want dont want to use it, you have to disable it in chrome extensions.

More features will be added in upcoming versions.

السلام علیکم ورحمۃ اللہ وبرکاتہ
اگر آپ یہ گوگل کروم کی ایکسٹینشن انسٹال کر لیں گے تو آپ کو ہر ایک ویب سائیٹ میں ہر ایک اردو ٹیکست جمیل نوری نستعلیق فونٹ میں نظر آئے گا۔ 
آنے والے ورژنز میں مزید خصوصیات شامل کر دی جائیں گی ان شاء اللہ
والسلام                    

Extension Basic Information

Name MindRoasterMir Urdu Web MindRoasterMir Urdu Web
ID fkcnnkehjlfabhkclnkjcjodoncmdmfj
Official URL https://chrome.google.com/webstore/detail/mindroastermir-urdu-web/fkcnnkehjlfabhkclnkjcjodoncmdmfj
Description This will add Noori Nastaleeq Font to every website loaded.
File Size 981 KB
Installation Count 987
Current Version 0.3
Last Updated 2018-05-09
Publish Date 2018-05-09
Rating 3.93/5 Total 14 Ratings
Developer mindroastermir
Payment Type free
Extension Website http://urdu.ahmadimuslim.de
Help Page URL http://urdu.ahmadimuslim.de
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MindRoasterMir Urdu Web",
    "version": "0.3",
    "description": "This will add Noori Nastaleeq Font to every website loaded.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show Urdu in Nastaleeq Font",
        "short_name": "MeerS Urdu"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/ahmadimuslim.de\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}