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