Canvas Themeinator
Gives Canvas more themes
Canvas Themeinatorคืออะไร?
Canvas Themeinator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย one23four56 และคุณลักษณะหลักของมันคือ "Gives Canvas more themes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Themeinator
ดาวน์โหลดไฟล์ส่วนขยาย Canvas Themeinator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |