Quick Design - Free Online Design Courses

Quick Design Curates Free Online Design Courses and serves best courses everyday.

Quick Design - Free Online Design Coursesとは何ですか?

Quick Design - Free Online Design Coursesはcoursesityによって開発されたChromeの拡張機能で、その主な機能は「Quick Design Curates Free Online Design Courses and serves best courses everyday.」です。

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

screenshot
screenshot
screenshot

Quick Design - Free Online Design Courses拡張機能のCRXファイルをダウンロード

Quick Design - Free Online Design Courses拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you a designer or do you want to be? If yes, this chrome extension for you. 

For any designer, it is important to learn or enhance their skills. With this extension, you will discover free courses that are relevant to designers. 

This extension automatically curated relevant courses from various education providers and Moocs and display them in your new tab.

It also notifies you when new courses are ready for you so you can take them before it has gone.

You can filter the courses based on the topic you want to learn in the design like user experience, product desgn, graphic design, Photoshop, invision, arts, animation, prototyping and many more other concepts.


Questions, ideas, or just want to say hi? Connect with us at [email protected]                    

拡張機能の基本情報

名前 Quick Design - Free Online Design Courses Quick Design - Free Online Design Courses
ID lodfihlkijchmhheemaejbfkjkmaejkk
公式URL https://chromewebstore.google.com/detail/quick-design-free-online/lodfihlkijchmhheemaejbfkjkmaejkk
説明 Quick Design Curates Free Online Design Courses and serves best courses everyday.
ファイルサイズ 123 KB
インストール数 568
現在のバージョン 2.0
最終更新日 2019-09-17
公開日 2019-09-16
評価 5.00/5 合計 3 レビュー
開発者 coursesity
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.designcourses.co?ref=extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Design - Free Online Design Courses ",
    "description": "Quick Design Curates Free Online Design Courses and serves best courses everyday.",
    "version": "2.0",
    "author": "Quick Code",
    "browser_action": {
        "default_icon": "48QD.png",
        "default_title": "Quick Design"
    },
    "chrome_url_overrides": [],
    "icons": {
        "16": "16QD.png",
        "48": "48QD.png",
        "128": "128QD.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "sharedFunction.js",
            "contectscript.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.quickcode.co\/*",
        "*:\/\/*.coursesity.com\/*",
        "*:\/\/*.herokuapp.com\/*"
    ]
}