Tahajji - Urdu Reader

Read and Write Urdu in beautiful fonts using this open source extension.

Co je Tahajji - Urdu Reader?

Tahajji - Urdu Reader je rozšíření Chrome vyvinuté Yasir Mahmood, a jeho hlavní funkcí je „Read and Write Urdu in beautiful fonts using this open source extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Tahajji - Urdu Reader

Stáhněte si soubory rozšíření Tahajji - Urdu Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Aren't you satisfied with default Urdu fonts offered by websites? or your existing extension doesn't work sometimes on social media pages? or you use Linux and Urdu fonts in browser are difficult to read? here comes this - Urdu Reader!

Various fonts to choose from. You can even change font size and line height.

This is an open source extension. Contributions, Forks and Stars are welcomed.

*Privacy Benefits*: Open source means transparency and no hidden data collection, ensuring your online privacy while enjoying enhanced font choices. Your data stays in your control.

Source Code: https://github.com/simptive/tahajji                    

Základní Informace o Rozšíření

Název Tahajji - Urdu Reader Tahajji - Urdu Reader
ID bknnphpbomfgdlmpgmnjhmbakpohppee
Oficiální URL https://chromewebstore.google.com/detail/tahajji-urdu-reader/bknnphpbomfgdlmpgmnjhmbakpohppee
Popis Read and Write Urdu in beautiful fonts using this open source extension.
Velikost souboru 10.19 MB
Počet instalací 175
Aktuální Verze 1.2
Poslední Aktualizace 2023-10-11
Datum Vydání 2023-09-10
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Yasir Mahmood
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://medium.com/@simptive
URL Stránky Nápovědy https://github.com/simptive/tahajji
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tahajji - Urdu Reader",
    "version": "1.2",
    "description": "Read and Write Urdu in beautiful fonts using this open source extension.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_name": "Urdu Reader",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "*.woff2",
                "*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}