Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

What is Google Search Console Full Width?

Google Search Console Full Width is a Chrome extension developed by https://codeseo.io, and its main feature is "Makes the content area in Google Search Console Full Width.".

Extension Screenshots

screenshot

Download Google Search Console Full Width Extension CRX File

Download Google Search Console Full Width 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

                        Adds a small CSS Override to view Google Search Console data as full width instead of the default Max Width of 960px.

This extension contains no JavaScript.  It uses only the manifest.json to apply a one-line CSS file to pages that match 'https://search.google.com/u/3/search-console/*'.                    

Extension Basic Information

Name Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
Official URL https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
Description Makes the content area in Google Search Console Full Width.
File Size 6.81 KB
Installation Count 821
Current Version 1.0.4
Last Updated 2018-12-13
Publish Date 2018-12-13
Rating 5.00/5 Total 1 Ratings
Developer https://codeseo.io
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Full Width",
    "short_name": "GSC Full Width",
    "version": "1.0.4",
    "description": "Makes the content area in Google Search Console Full Width.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*\/search-console*",
                "https:\/\/search.google.com\/search-console*"
            ],
            "css": [
                "fullwidth.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/gsc_fullwidth128.png"
    },
    "manifest_version": 2
}