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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trokis.com และคุณลักษณะหลักของมันคือ "A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bootstrap 3.3.x Offline Guide

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bootstrap 3.3.x Offline Guide Bootstrap 3.3.x Offline Guide
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"
        ]
    }
}