Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

Co to jest Google Search Console Full Width?

Google Search Console Full Width to rozszerzenie Chrome opracowane przez https://codeseo.io, a jego główną funkcją jest „Makes the content area in Google Search Console Full Width.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Search Console Full Width

Pobierz pliki rozszerzeń Google Search Console Full Width w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
Oficjalny URL https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
Opis Makes the content area in Google Search Console Full Width.
Rozmiar pliku 6.81 KB
Liczba instalacji 821
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2018-12-13
Data Publikacji 2018-12-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://codeseo.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}