Bootstrap 3.3.x Offline Guide
A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.
什么是Bootstrap 3.3.x Offline Guide?
Bootstrap 3.3.x Offline Guide是由https://trokis.com开发的Chrome扩展程序,该扩展的主要功能是“A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.”。
扩展截图
下载Bootstrap 3.3.x Offline Guide扩展crx文件
下载Bootstrap 3.3.x Offline Guide扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an offline version of Bootstrap 3 documentation website. It is made-easy for users to navigate its contents and you can browse it on a separate tab if you want.
Changelog:
v3.3.5.4
- Improved Navigation
v3.3.5.2
- Added Options Page
v3.3.5.1
- Added Topic Search on navbar
v3.3.5
- Updated to Bootstrap 3.3.5
- Added Topic Search
v1.2
- Updated Navigation 扩展基本信息
| 名称 | |
| ID | gaojaekjdcfbdfiiggmklaocglaknnkd |
| 官方URL | https://chromewebstore.google.com/detail/bootstrap-33x-offline-gui/gaojaekjdcfbdfiiggmklaocglaknnkd |
| 简介 | A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers. |
| 文件大小 | 1.44 MB |
| 安装次数 | 2,938 |
| 当前版本 | 3.3.5.4 |
| 更新时间 | 2017-03-14 |
| 上架时间 | 2017-03-14 |
| 评分 | 4.71/5 共66次评分 |
| 开发者 | https://trokis.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://blog.chesteralan.com/2015/08/bootstrap-335-offline-guide-chrome.html |
| 隐私政策页面URL | https://thepetlabco.com/pages/privacy-statement |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bootstrap 3.3.x Offline Guide",
"description": "A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.",
"version": "3.3.5.4",
"browser_action": {
"default_icon": "images\/32.png",
"default_popup": "html\/popup.html"
},
"icons": {
"128": "images\/128.png",
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png"
},
"options_page": "html\/index.html",
"offline_enabled": true,
"background": {
"scripts": [
"js\/background.js"
]
}
} | |