Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

Vad är Google Search Console Full Width?

Google Search Console Full Width är en Chrome-tillägg utvecklad av https://codeseo.io, och dess huvudfunktion är "Makes the content area in Google Search Console Full Width.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Search Console Full Width-förlängningens CRX-fil

Ladda ner Google Search Console Full Width-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
Officiell webbadress https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
Beskrivning Makes the content area in Google Search Console Full Width.
Filstorlek 6.81 KB
Antal Installationer 821
Aktuell Version 1.0.4
Senast Uppdaterad 2018-12-13
Publiceringsdatum 2018-12-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://codeseo.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}