Bootstrap 3 Resize Tool

Bootstrap 3 Resize Tool

Quickly resize your browser window to each Bootstrap 3 breakpoint.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bootstrap 3 Resize Tool",
  "description": "Quickly resize your browser window to each Bootstrap 3 breakpoint.",
  "version": "1.0",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_19.png",
    "default_popup": "popup.html"
  },
  "permissions": []
}