Aurebesh Mode

View All Webpages In Aurebesh (Star Wars Alphabet Font)

Aurebesh Mode란 무엇입니까?

Aurebesh Mode은(는) Galaxy's Threads에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View All Webpages In Aurebesh (Star Wars Alphabet Font)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Aurebesh Mode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}