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" } } |