Aurebesh Mode

View All Webpages In Aurebesh (Star Wars Alphabet Font)

Aurebesh Modeคืออะไร?

Aurebesh Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Galaxy's Threads และคุณลักษณะหลักของมันคือ "View All Webpages In Aurebesh (Star Wars Alphabet Font)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aurebesh Mode

ดาวน์โหลดไฟล์ส่วนขยาย Aurebesh Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}