Bootstrap 3 Offline Docs
Opens up offline Bootstrap 3 documentation
What is Bootstrap 3 Offline Docs?
Bootstrap 3 Offline Docs is a Chrome extension developed by yelinaung, and its main feature is "Opens up offline Bootstrap 3 documentation".
Extension Screenshots
Download Bootstrap 3 Offline Docs Extension CRX File
Download Bootstrap 3 Offline Docs 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 the Chrome for the Bootstrap 3 Offline documentation via getbootstrap.com. ( This is not the official Extension from Bootstrap itself. Updated to Bootstrap 3.1.1
Extension Basic Information
Name | |
ID | iockjjgifjoakhjgknchocbmblohaofd |
Official URL | https://chrome.google.com/webstore/detail/bootstrap-3-offline-docs/iockjjgifjoakhjgknchocbmblohaofd |
Description | Opens up offline Bootstrap 3 documentation |
File Size | 5.11 MB |
Installation Count | 60 |
Current Version | 1.1 |
Last Updated | 2014-03-14 |
Publish Date | 2014-03-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | yelinaung |
Payment Type | free |
Extension Website | https://github.com/yelinaung/Bootstrap3-Chrome-Extension/ |
Help Page URL | https://github.com/yelinaung/Bootstrap3-Chrome-Extension/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap 3 Offline Docs", "version": "1.1", "manifest_version": 2, "description": "Opens up offline Bootstrap 3 documentation", "background": { "scripts": [ "new_window.js" ], "persistent": false }, "browser_action": { "default_title": "Bootstrap 3 Offline Docs", "default_icon": "icon.png" }, "permissions": [ "tabs" ], "icons": { "16": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.0\/jquery.min.js; object-src 'self'" } |