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ファイルをダウンロード

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