Quick Design - Free Online Design Courses

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

Co je Quick Design - Free Online Design Courses?

Quick Design - Free Online Design Courses je rozšíření Chrome vyvinuté coursesity, a jeho hlavní funkcí je „Quick Design Curates Free Online Design Courses and serves best courses everyday.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Quick Design - Free Online Design Courses

Stáhněte si soubory rozšíření Quick Design - Free Online Design Courses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Quick Design - Free Online Design Courses Quick Design - Free Online Design Courses
ID lodfihlkijchmhheemaejbfkjkmaejkk
Oficiální URL https://chromewebstore.google.com/detail/quick-design-free-online/lodfihlkijchmhheemaejbfkjkmaejkk
Popis Quick Design Curates Free Online Design Courses and serves best courses everyday.
Velikost souboru 123 KB
Počet instalací 568
Aktuální Verze 2.0
Poslední Aktualizace 2019-09-17
Datum Vydání 2019-09-16
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář coursesity
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.designcourses.co?ref=extension
Podporované Jazyky 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\/*"
    ]
}