Full Width for Google Search Console

Full Width for Google Search Console

View Google Search Console at full width

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Full Width for Google Search Console",
  "version": "1.1.5",
  "description": "View Google Search Console at full width",
  "short_name": "Full Width for Google Search Console",
  "icons": {
    "16": "icon3-16.png",
    "48": "icon3-48.png",
    "128": "icon3-128.png"
  },
  "browser_action": {
    "default_icon": "icon3-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "https://search.google.com/*"
      ]
    }
  ]
}