Learn Web Dev

A list of links that I use regularly to learn front-end web development

Learn Web Devとは何ですか?

Learn Web Devはlauravc69によって開発されたChromeの拡張機能で、その主な機能は「A list of links that I use regularly to learn front-end web development」です。

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

screenshot

Learn Web Dev拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A list of sites I use often on my journey to learn front-end web development.                    

拡張機能の基本情報

名前 Learn Web Dev Learn Web Dev
ID hhkgnilmbfginicpbahgehifabdjdbhk
公式URL https://chromewebstore.google.com/detail/learn-web-dev/hhkgnilmbfginicpbahgehifabdjdbhk
説明 A list of links that I use regularly to learn front-end web development
ファイルサイズ 13 KB
インストール数 62
現在のバージョン 1.0
最終更新日 2017-10-23
公開日 2017-10-23
評価 5.00/5 合計 1 レビュー
開発者 lauravc69
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Learn Web Dev",
    "description": "A list of links that I use regularly to learn front-end web development",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Laura's Fav Web Dev Resources"
    }
}