Google Search Console Full Width
Makes the content area in Google Search Console Full Width.
Co je Google Search Console Full Width?
Google Search Console Full Width je rozšíření Chrome vyvinuté https://codeseo.io, a jeho hlavní funkcí je „Makes the content area in Google Search Console Full Width.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Search Console Full Width
Stáhněte si soubory rozšíření Google Search Console Full Width ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/*'.
Základní Informace o Rozšíření
Název | |
ID | komglikhjejcfebpbdakaeppdfnlplkk |
Oficiální URL | https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk |
Popis | Makes the content area in Google Search Console Full Width. |
Velikost souboru | 6.81 KB |
Počet instalací | 821 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2018-12-13 |
Datum Vydání | 2018-12-13 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://codeseo.io |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |