Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

Was ist Google Search Console Full Width?

Google Search Console Full Width ist eine Chrome-Erweiterung, die von https://codeseo.io entwickelt wurde, und ihr Hauptmerkmal ist "Makes the content area in Google Search Console Full Width.".

Erweiterungsscreenshots

screenshot

Google Search Console Full Width-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Search Console Full Width-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/*'.                    

Grundlegende Informationen zur Erweiterung

Name Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
Offizielle URL https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
Beschreibung Makes the content area in Google Search Console Full Width.
Dateigröße 6.81 KB
Installationsanzahl 821
Aktuelle Version 1.0.4
Letztes Update 2018-12-13
Veröffentlichungsdatum 2018-12-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://codeseo.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}