Aurebesh Mode

View All Webpages In Aurebesh (Star Wars Alphabet Font)

Aurebesh Mode क्या है?

Aurebesh Mode Galaxy's Threads द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View All Webpages In Aurebesh (Star Wars Alphabet Font)"।

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

नाम Aurebesh Mode Aurebesh Mode
ID hdhhdjnopmenaffkokpopaglihanddhh
आधिकारिक URL https://chromewebstore.google.com/detail/aurebesh-mode/hdhhdjnopmenaffkokpopaglihanddhh
विवरण View All Webpages In Aurebesh (Star Wars Alphabet Font)
फ़ाइल का आकार 283 KB
स्थापना संख्या 731
वर्तमान संस्करण 0.5
अंतिम अपडेट 2023-11-11
प्रकाशन तिथि 2022-10-26
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर Galaxy's Threads
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/galaxys-threads/aurebesh-mode
सहायता पृष्ठ URL https://github.com/galaxys-threads/aurebesh-mode/issues
समर्थित भाषाएँ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}