Bootstrap Cheat Sheet
Bootstrap cheatsheet
什么是Bootstrap Cheat Sheet?
Bootstrap Cheat Sheet是由themefisher开发的Chrome扩展程序,该扩展的主要功能是“Bootstrap cheatsheet”。
扩展截图
下载Bootstrap Cheat Sheet扩展crx文件
下载Bootstrap Cheat Sheet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bootstrap cheatsheet for front end developers who love bootstrap css framework
扩展基本信息
名称 | |
ID | lanliecenanefppjlabfgnaahgmingdi |
官方URL | https://chrome.google.com/webstore/detail/bootstrap-cheat-sheet/lanliecenanefppjlabfgnaahgmingdi |
简介 | Bootstrap cheatsheet |
文件大小 | 110 KB |
安装次数 | 524 |
当前版本 | 1.4 |
更新时间 | 2018-12-07 |
上架时间 | 2018-12-07 |
评分 | 4.67/5 共3次评分 |
开发者 | themefisher |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://themefisher.com |
帮助页面URL | https://themefisher.com |
隐私政策页面URL | https://themefisher.com/contact |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Cheat Sheet", "version": "1.4", "description": "Bootstrap cheatsheet", "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/icon.png" }, "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "manifest_version": 2 } |