Google Search Console Full Width
Makes the content area in Google Search Console Full Width.
Google Search Console Full Widthคืออะไร?
Google Search Console Full Width เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codeseo.io และคุณลักษณะหลักของมันคือ "Makes the content area in Google Search Console Full Width."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Console Full Width
ดาวน์โหลดไฟล์ส่วนขยาย Google Search Console Full Width ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/*'.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | komglikhjejcfebpbdakaeppdfnlplkk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk |
คำอธิบาย | Makes the content area in Google Search Console Full Width. |
ขนาดไฟล์ | 6.81 KB |
จำนวนการติดตั้ง | 821 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2018-12-13 |
วันที่เผยแพร่ | 2018-12-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://codeseo.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |