Smartschool Plus
Add extra features to Smartschool
Smartschool Plus क्या है?
Smartschool Plus thomaspeetersdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add extra features to Smartschool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smartschool Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Adds a "Download original" button under the main photo when viewing a photo gallery. Use this button to download the main photo in its original quality. - Adds a "Make album zip" button under every photo album, allowing you to download an entire album as a zip file. All photo's in this zip will be original quality.
एक्सटेंशन की मूल जानकारी
नाम | Smartschool Plus |
ID | glcnmmnhadkmgikpgciabebjmkocalga |
आधिकारिक URL | https://chromewebstore.google.com/detail/smartschool-plus/glcnmmnhadkmgikpgciabebjmkocalga |
विवरण | Add extra features to Smartschool |
फ़ाइल का आकार | 622 KB |
स्थापना संख्या | 707 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-08-26 |
प्रकाशन तिथि | 2023-05-26 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | thomaspeetersdev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/thomaspeeters/smartschool-plus |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smartschool Plus", "description": "Add extra features to Smartschool", "version": "2.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.smartschool.be\/*" ], "js": [ "js\/jquery-3.7.0.min.js", "js\/fontawesome-all.min.js", "js\/zip-full.min.js", "js\/content.js" ], "css": [ "css\/style.css" ] } ], "background": { "service_worker": "js\/service-worker.js" }, "host_permissions": [ "https:\/\/*.smartschool.be\/*" ], "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "permissions": [ "offscreen" ] } |