GSC Performance Report Style Fixer
Fix the Google Search Console Performance Report style bug on time period compare.
GSC Performance Report Style Fixer là gì?
GSC Performance Report Style Fixer là một tiện ích mở rộng Chrome được phát triển bởi https://blog.merlinox.com, và tính năng chính của nó là "Fix the Google Search Console Performance Report style bug on time period compare.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GSC Performance Report Style Fixer
Tải xuống các tệp mở rộng GSC Performance Report Style Fixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GSC Performance Report Style Fixer |
ID | coanikjpdghncjfmkbgefonfjjamoagf |
URL Chính Thức | https://chromewebstore.google.com/detail/gsc-performance-report-st/coanikjpdghncjfmkbgefonfjjamoagf |
Mô tả | Fix the Google Search Console Performance Report style bug on time period compare. |
Kích Thước Tệp | 6.52 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-09-30 |
Ngày Phát Hành | 2019-09-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://blog.merlinox.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |