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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}