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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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\/*"
    ]
}