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]                     擴展基本資訊
| 名稱 |   |  
| ID | nnigpbiaggiephcndokoaongeefpbdcj | 
| 官方網址 | 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\/*"
    ]
}  |  |