Google Search Console Full Width
Makes the content area in Google Search Console Full Width.
Apa itu Google Search Console Full Width?
Google Search Console Full Width adalah ekstensi Chrome yang dikembangkan oleh https://codeseo.io, dan fitur utamanya adalah "Makes the content area in Google Search Console Full Width.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Search Console Full Width
Unduh file ekstensi Google Search Console Full Width dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/*'.
Informasi Dasar Ekstensi
Nama | |
ID | komglikhjejcfebpbdakaeppdfnlplkk |
URL Resmi | https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk |
Deskripsi | Makes the content area in Google Search Console Full Width. |
Ukuran File | 6.81 KB |
Jumlah Instalasi | 821 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2018-12-13 |
Tanggal Publikasi | 2018-12-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://codeseo.io |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |