FE cheatsheets
FE helper
FE cheatsheetsとは何ですか?
FE cheatsheetsはlinyongpingによって開発されたChromeの拡張機能で、その主な機能は「FE helper」です。
拡張機能のスクリーンショット
FE cheatsheets拡張機能のCRXファイルをダウンロード
FE cheatsheets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Useful cheat sheets for front end developer
拡張機能の基本情報
名前 | FE cheatsheets |
ID | koclgecfmdaphmpjicbkmhhdhnelipnl |
公式URL | https://chromewebstore.google.com/detail/fe-cheatsheets/koclgecfmdaphmpjicbkmhhdhnelipnl |
説明 | FE helper |
ファイルサイズ | 243 KB |
インストール数 | 26 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-12-14 |
公開日 | 2017-12-13 |
開発者 | linyongping |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FE cheatsheets", "version": "1.0.1", "description": "FE helper", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_icon": { "19": "images\/logo.png", "38": "images\/logo.png" }, "default_title": "FE cheatsheets collector", "default_popup": "index.html" } } |