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开发的Chrome扩展程序,该扩展的主要功能是“Quick Code Curates Free Online Programming Courses and serves best courses everyday.”。
扩展截图
下载QuickCode - Free Online Programming Courses扩展crx文件
下载QuickCode - Free Online Programming Courses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |