SHHO Dining AutoReg
This extension is for registering S.H.Ho communal dining.
SHHO Dining AutoReg क्या है?
SHHO Dining AutoReg sanebow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is for registering S.H.Ho communal dining."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SHHO Dining AutoReg एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
S.H.Ho College Communal Dining Registration Extension for Chrome Registering communal dinging every month is such a pain since it needs hundreds of clicks.Now, you don't have to click repeatedly any more, instead, every thing will proceed automatically by the extension. Only thing you should do is having a cup of coffee and wait. Details and source code can be found here: https://github.com/SaneBow/shhoDinningReg 善衡書院共膳自動Reg插件 Reg共膳無需再一次次重複點擊,只需選擇所需項目,一切會自動進行,解放你的雙手。 源碼及更多信息請查看:https://github.com/SaneBow/shhoDiningReg
एक्सटेंशन की मूल जानकारी
नाम | SHHO Dining AutoReg |
ID | dbdccejonhogcipmpiaefdnbmioiffng |
आधिकारिक URL | https://chromewebstore.google.com/detail/shho-dining-autoreg/dbdccejonhogcipmpiaefdnbmioiffng |
विवरण | This extension is for registering S.H.Ho communal dining. |
फ़ाइल का आकार | 72.54 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.4.3 |
अंतिम अपडेट | 2015-10-04 |
प्रकाशन तिथि | 2015-10-04 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | sanebow |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/SaneBow/shhoDinningReg |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SHHO Dining AutoReg", "description": "This extension is for registering S.H.Ho communal dining.", "version": "1.4.3", "author": "X.B.", "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/cloud.itsc.cuhk.edu.hk\/*", "http:\/\/cloud.itsc.cuhk.edu.hk\/*" ], "js": [ "jquery-2.1.1.min.js", "myContentScript.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "page_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Dinning Auto Reg" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "http:\/\/cuhk.me\/*" ] } |