Canvas Themeinator
Gives Canvas more themes
ما هو Canvas Themeinator؟
Canvas Themeinator هو إضافة Chrome تم تطويرها بواسطة one23four56، والميزة الرئيسية لها هي "Gives Canvas more themes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Canvas Themeinator
قم بتنزيل ملفات الامتداد Canvas Themeinator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds themes to Canvas. Currently, there are 10: -Dark -AMOLED Dark -Light -Aqua -Purple -Dark Purple -Blue -Dark Blue -Green -Orange +Custom Themes (currently in beta) This extension is open-source. The GitHub link is below: https://github.com/one23four56/canvas-themeinator This extension is a SIDE PROJECT of mine. Do not expect regular updates, I am only maintaining this because I use it. If you really want a feature, go onto GitHub and add it yourself.
معلومات أساسية عن التمديد
الاسم | Canvas Themeinator |
ID | ffhddhjbbaocbeejjijfioimiplpfgbb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/canvas-themeinator/ffhddhjbbaocbeejjijfioimiplpfgbb |
الوصف | Gives Canvas more themes |
حجم الملف | 25.61 KB |
عدد التثبيتات | 299 |
النسخة الحالية | 1.5.1 |
آخر تحديث | 2021-04-17 |
تاريخ النشر | 2021-04-12 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | one23four56 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/one23four56/canvas-themeinator |
عنوان صفحة سياسة الخصوصية | https://github.com/one23four56/canvas-themeinator/blob/master/privacy.md |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Canvas Themeinator", "version": "1.5.1", "description": "Gives Canvas more themes", "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "action": { "default_title": "Choose Theme", "default_popup": "html\/index.html" }, "icons": { "32": "icon.png" } } |