Aurebesh Mode
View All Webpages In Aurebesh (Star Wars Alphabet Font)
ما هو Aurebesh Mode؟
Aurebesh Mode هو إضافة Chrome تم تطويرها بواسطة Galaxy's Threads، والميزة الرئيسية لها هي "View All Webpages In Aurebesh (Star Wars Alphabet Font)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Aurebesh Mode
قم بتنزيل ملفات الامتداد Aurebesh Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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": [ "*:\/\/*\/*" ] } ] } |