Bootstrap 3.3.x Offline Guide

A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.

What is Bootstrap 3.3.x Offline Guide?

Bootstrap 3.3.x Offline Guide is a Chrome extension developed by https://trokis.com, and its main feature is "A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bootstrap 3.3.x Offline Guide Extension CRX File

Download Bootstrap 3.3.x Offline Guide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bootstrap 3.3.x Offline Guide Bootstrap 3.3.x Offline Guide
ID gaojaekjdcfbdfiiggmklaocglaknnkd
Official URL https://chromewebstore.google.com/detail/bootstrap-33x-offline-gui/gaojaekjdcfbdfiiggmklaocglaknnkd
Description A made-easy offline documentation of Bootstrap 3.3.x for Web designers and Web developers.
File Size 1.44 MB
Installation Count 2,938
Current Version 3.3.5.4
Last Updated 2017-03-14
Publish Date 2017-03-14
Rating 4.71/5 Total 66 Ratings
Developer https://trokis.com
Email [email protected]
Payment Type free
Extension Website http://blog.chesteralan.com/2015/08/bootstrap-335-offline-guide-chrome.html
Privacy Policy Page URL https://thepetlabco.com/pages/privacy-statement
Supported Languages 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"
        ]
    }
}