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 |
| 官方網址 | 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"
]
}
} | |