QuickCode - Free Online Programming Courses

Quick Code Curates Free Online Programming Courses and serves best courses everyday.

QuickCode - Free Online Programming Courses là gì?

QuickCode - Free Online Programming Courses là một tiện ích mở rộng Chrome được phát triển bởi coursesity, và tính năng chính của nó là "Quick Code Curates Free Online Programming Courses and serves best courses everyday.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickCode - Free Online Programming Courses

Tải xuống các tệp mở rộng QuickCode - Free Online Programming Courses dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuickCode - Free Online Programming Courses QuickCode - Free Online Programming Courses
ID nnigpbiaggiephcndokoaongeefpbdcj
URL Chính Thức https://chromewebstore.google.com/detail/quickcode-free-online-pro/nnigpbiaggiephcndokoaongeefpbdcj
Mô tả Quick Code Curates Free Online Programming Courses and serves best courses everyday.
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 8,128
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2022-02-20
Ngày Phát Hành 2019-09-16
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển coursesity
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://coursesity.com?ref=extension
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}