Aurebesh Mode
View All Webpages In Aurebesh (Star Wars Alphabet Font)
Aurebesh Mode là gì?
Aurebesh Mode là một tiện ích mở rộng Chrome được phát triển bởi Galaxy's Threads, và tính năng chính của nó là "View All Webpages In Aurebesh (Star Wars Alphabet Font)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Aurebesh Mode
Tải xuống các tệp mở rộng Aurebesh Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Aurebesh Mode |
ID | hdhhdjnopmenaffkokpopaglihanddhh |
URL Chính Thức | https://chromewebstore.google.com/detail/aurebesh-mode/hdhhdjnopmenaffkokpopaglihanddhh |
Mô tả | View All Webpages In Aurebesh (Star Wars Alphabet Font) |
Kích Thước Tệp | 283 KB |
Số Lần Cài Đặt | 731 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2023-11-11 |
Ngày Phát Hành | 2022-10-26 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Galaxy's Threads |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/galaxys-threads/aurebesh-mode |
URL Trang Trợ Giúp | https://github.com/galaxys-threads/aurebesh-mode/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } ] } |