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)”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | hdhhdjnopmenaffkokpopaglihanddhh |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
}
]
} | |