Aurebesh Mode

View All Webpages In Aurebesh (Star Wars Alphabet Font)

Co to jest Aurebesh Mode?

Aurebesh Mode to rozszerzenie Chrome opracowane przez Galaxy's Threads, a jego główną funkcją jest „View All Webpages In Aurebesh (Star Wars Alphabet Font)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Aurebesh Mode

Pobierz pliki rozszerzeń Aurebesh Mode 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

                        Do you want to view all websites in Aurebesh (The Star Wars Alphabet)? This extension will allow to change the font of any website you visit to Aurebesh. It's a great way to "force" yourself learn Aurebesh. Enjoy, and may the Force be with you.                    

Podstawowe informacje o rozszerzeniu

Nazwa Aurebesh Mode Aurebesh Mode
ID hdhhdjnopmenaffkokpopaglihanddhh
Oficjalny URL https://chromewebstore.google.com/detail/aurebesh-mode/hdhhdjnopmenaffkokpopaglihanddhh
Opis View All Webpages In Aurebesh (Star Wars Alphabet Font)
Rozmiar pliku 283 KB
Liczba instalacji 731
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2023-11-11
Data Publikacji 2022-10-26
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper Galaxy's Threads
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/galaxys-threads/aurebesh-mode
Adres URL Strony Pomocy https://github.com/galaxys-threads/aurebesh-mode/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.5",
    "name": "Aurebesh Mode",
    "description": "View All Webpages In Aurebesh (Star Wars Alphabet Font)",
    "icons": {
        "16": "media\/images\/icon-16.png",
        "32": "media\/images\/icon-32.png",
        "48": "media\/images\/icon-48.png",
        "128": "media\/images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "media\/fonts\/AurebeshCode.otf",
                "media\/fonts\/AurebeshAF-Canon.otf",
                "media\/fonts\/AurebeshAF-CanonTech.otf",
                "media\/fonts\/AurebeshAF-Legends.otf",
                "media\/fonts\/AurebeshAF-LegendsTech.otf",
                "media\/fonts\/AurebeshRed-Bold.otf",
                "media\/fonts\/AurebeshRed-Regular.otf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}