Codecademy SCT Viewer
Displays an exercise's SCT
Codecademy SCT Viewer क्या है?
Codecademy SCT Viewer Alex Craig द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays an exercise's SCT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Codecademy SCT Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Updates all CC exercises to include a 'Show SCT' button which displays that courses submission correction test.
एक्सटेंशन की मूल जानकारी
नाम | Codecademy SCT Viewer |
ID | aomhngakklnijmbfboppjgmfpibogbga |
आधिकारिक URL | https://chromewebstore.google.com/detail/codecademy-sct-viewer/aomhngakklnijmbfboppjgmfpibogbga |
विवरण | Displays an exercise's SCT |
फ़ाइल का आकार | 357 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2015-12-23 |
प्रकाशन तिथि | 2015-12-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Alex Craig |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/A-J-C/CodecademyUpdates/blob/master/Code/SCTViewer.md |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codecademy SCT Viewer", "description": "Displays an exercise's SCT", "version": "1.1.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "http:\/\/codecademy.com\/" ], "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "viewer.js" ], "matches": [ "http:\/\/www.codecademy.com\/*\/courses\/*", "https:\/\/www.codecademy.com\/*\/courses\/*", "http:\/\/www.codecademy.com\/courses\/*", "https:\/\/www.codecademy.com\/courses\/*" ] } ] } |