GSC Performance Report Style Fixer
Fix the Google Search Console Performance Report style bug on time period compare.
GSC Performance Report Style Fixerคืออะไร?
GSC Performance Report Style Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.merlinox.com และคุณลักษณะหลักของมันคือ "Fix the Google Search Console Performance Report style bug on time period compare."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GSC Performance Report Style Fixer
ดาวน์โหลดไฟล์ส่วนขยาย GSC Performance Report Style Fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The new Google Search Console has a bug on the Performance Report. When you show too many columns, GSC trim them. With this extension, you may fix the CSS and see all the columns without a click. To force the restyle, please click on the extension button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GSC Performance Report Style Fixer |
ID | coanikjpdghncjfmkbgefonfjjamoagf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gsc-performance-report-st/coanikjpdghncjfmkbgefonfjjamoagf |
คำอธิบาย | Fix the Google Search Console Performance Report style bug on time period compare. |
ขนาดไฟล์ | 6.52 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-09-30 |
วันที่เผยแพร่ | 2019-09-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://blog.merlinox.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GSC Performance Report Style Fixer", "description": "Fix the Google Search Console Performance Report style bug on time period compare. ", "author": "Merlinox", "background": { "scripts": [ "bg.js" ] }, "version": "1.1", "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/search.google.com\/search-console*" ], "js": [ "script.js" ] } ], "browser_action": { "default_icon": "gsc-fixer.png", "default_title": "Fix the GSC performance report style bug" }, "manifest_version": 2 } |