Offline Bootstrap 3
Easy access for Bootstrap 3 Docs
What is Offline Bootstrap 3?
Offline Bootstrap 3 is a Chrome extension developed by zalo250, and its main feature is "Easy access for Bootstrap 3 Docs".
Extension Screenshots
Download Offline Bootstrap 3 Extension CRX File
Download Offline Bootstrap 3 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
Easy access for Bootstrap 3 Docs
Extension Basic Information
Name | Offline Bootstrap 3 |
ID | lophblbfiiemhmpfpkkbkfpbccikfmlc |
Official URL | https://chromewebstore.google.com/detail/offline-bootstrap-3/lophblbfiiemhmpfpkkbkfpbccikfmlc |
Description | Easy access for Bootstrap 3 Docs |
File Size | 2.06 MB |
Installation Count | 246 |
Current Version | 0.0.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | zalo250 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Bootstrap 3", "version": "0.0.1", "manifest_version": 2, "browser_action": { "default_title": "bootstrap3 offline", "default_popup": "index.html", "default_icon": { "19": "bootstrap.png", "128": "bootstrap.png" } }, "icons": { "16": "bootstrap.png", "48": "bootstrap.png", "128": "bootstrap.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |