Canvas Themeinator
Gives Canvas more themes
Canvas Themeinator क्या है?
Canvas Themeinator one23four56 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives Canvas more themes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Canvas Themeinator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" } } |