QuickCode - Free Online Programming Courses
Quick Code Curates Free Online Programming Courses and serves best courses everyday.
QuickCode - Free Online Programming Courses क्या है?
QuickCode - Free Online Programming Courses coursesity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Code Curates Free Online Programming Courses and serves best courses everyday."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QuickCode - Free Online Programming Courses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quick code curates new free courses everyday. With this extension you can: * View new free programming courses in every new tab * Notify when new courses are live * Search free courses by different Programming languages, web frameworks and developer tools. * Browse free courses from various MOOCs and online Education providers across the internet. QuickCode is a place for free courses on web development, mobile development, big data, machine learning, database, data science, chatbot, cryptocurrency, blockchain and more. - whatever you're learning on. Explore more courses on https://www.quickcode.co?ref=extension. Questions, ideas, or just want to say hi? Connect with us at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | QuickCode - Free Online Programming Courses |
ID | nnigpbiaggiephcndokoaongeefpbdcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/quickcode-free-online-pro/nnigpbiaggiephcndokoaongeefpbdcj |
विवरण | Quick Code Curates Free Online Programming Courses and serves best courses everyday. |
फ़ाइल का आकार | 229 KB |
स्थापना संख्या | 8,128 |
वर्तमान संस्करण | 4.1 |
अंतिम अपडेट | 2022-02-20 |
प्रकाशन तिथि | 2019-09-16 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | coursesity |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://coursesity.com?ref=extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickCode - Free Online Programming Courses ", "description": "Quick Code Curates Free Online Programming Courses and serves best courses everyday.", "version": "4.1", "author": "Quick Code", "browser_action": { "default_icon": "16.png", "default_title": "Quick Code" }, "chrome_url_overrides": [], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "persistent": false, "scripts": [ "jquery.min.js", "sharedFunction.js", "contectscript.js" ] }, "permissions": [ "storage", "*:\/\/*.coursesity.com\/*" ] } |