Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

Qu'est-ce que Google Search Console Full Width ?

Google Search Console Full Width est une extension Chrome développée par https://codeseo.io, et sa fonction principale est "Makes the content area in Google Search Console Full Width.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Search Console Full Width

Téléchargez les fichiers d'extension Google Search Console Full Width au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
URL Officiel https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
Description Makes the content area in Google Search Console Full Width.
Taille du Fichier 6.81 KB
Nombre d'Installations 821
Version Actuelle 1.0.4
Dernière Mise à Jour 2018-12-13
Date de Publication 2018-12-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://codeseo.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}