Tahajji - Urdu Reader

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

Co to jest Tahajji - Urdu Reader?

Tahajji - Urdu Reader to rozszerzenie Chrome opracowane przez Yasir Mahmood, a jego główną funkcją jest „Read and Write Urdu in beautiful fonts using this open source extension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Tahajji - Urdu Reader

Pobierz pliki rozszerzeń Tahajji - Urdu Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tahajji - Urdu Reader Tahajji - Urdu Reader
ID bknnphpbomfgdlmpgmnjhmbakpohppee
Oficjalny URL https://chromewebstore.google.com/detail/tahajji-urdu-reader/bknnphpbomfgdlmpgmnjhmbakpohppee
Opis Read and Write Urdu in beautiful fonts using this open source extension.
Rozmiar pliku 10.19 MB
Liczba instalacji 175
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-10-11
Data Publikacji 2023-09-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Yasir Mahmood
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://medium.com/@simptive
Adres URL Strony Pomocy https://github.com/simptive/tahajji
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}