Bootstrap Grid for any Website
Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
What is Bootstrap Grid for any Website?
Bootstrap Grid for any Website is a Chrome extension developed by Tam Nguyen, and its main feature is "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.".
Extension Screenshots
Download Bootstrap Grid for any Website Extension CRX File
Download Bootstrap Grid for any Website 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
Boostrap Grid will display 12 vitual bootstrap columns and padding (grid) in your display. Click the Bootstrap Grid icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct. Ver1.1.0 Now extension can apply responsive as well. Ver1.1.1 fix minor bug
Extension Basic Information
Name | Bootstrap Grid for any Website |
ID | ngjnlpkfccnglmlobafmobgjoiiliden |
Official URL | https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden |
Description | Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success. |
File Size | 42.21 KB |
Installation Count | 3,423 |
Current Version | 1.1.1 |
Last Updated | 2019-01-18 |
Publish Date | 2019-01-17 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Tam Nguyen |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid for any Website", "short_name": "Bootstrap Grid", "version": "1.1.1", "manifest_version": 2, "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.", "browser_action": { "default_icon": "src\/icon48.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "src\/content", "src\/content_temp", "libs\/jquery.js" ] } |