Bootstrap Viewport
Determines browser window width and which bootstrap viewport is in use.
What is Bootstrap Viewport?
Bootstrap Viewport is a Chrome extension developed by jayh99, and its main feature is "Determines browser window width and which bootstrap viewport is in use.".
Extension Screenshots
Download Bootstrap Viewport Extension CRX File
Download Bootstrap Viewport 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
Plugin to show current window size and active Bootstrap viewport.
Extension Basic Information
Name | Bootstrap Viewport |
ID | kflgmkikmbklpikoicfhonemdcemkdia |
Official URL | https://chromewebstore.google.com/detail/bootstrap-viewport/kflgmkikmbklpikoicfhonemdcemkdia |
Description | Determines browser window width and which bootstrap viewport is in use. |
File Size | 118 KB |
Installation Count | 2,933 |
Current Version | 2.1 |
Last Updated | 2014-09-15 |
Publish Date | 2014-09-15 |
Rating | 3.00/5 Total 22 Ratings |
Developer | jayh99 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Viewport", "description": "Determines browser window width and which bootstrap viewport is in use.", "version": "2.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Show Bootstrap Info" }, "manifest_version": 2 } |