Full Width for Google Search Console

View Google Search Console at full width

Full Width for Google Search Consoleคืออะไร?

Full Width for Google Search Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bookmarkseparators.com และคุณลักษณะหลักของมันคือ "View Google Search Console at full width"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Width for Google Search Console

ดาวน์โหลดไฟล์ส่วนขยาย Full Width for Google Search Console ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A must-have extension for anyone who uses Google Search Console frequently.

This extension adds a line of CSS to the GSC layout to force it full-width - and it looks great. 

Now you can compare date ranges, clicks, impressions and more all at the same time without needing to scroll left and right to view each side of the table. 

The new Google Search Console design is great - it looks so much better than the old. But it's not perfect..
The new layout displays the data visualisations (in the "Performance" report, for example) in a boxed area that limits how much data you can see at one time - that's where GSC Full Width comes in. 

The extension is extremely lightweight - a few kb in total - and will not slow down page load times. It seamlessly modifies the layout in such a way that you won't even know it's there until you visit Search Console without the extension. 

There are no bells and whistles, no options menus, no set up at all required - just install and go. 

Change log: 
- 1.1.5: Updated to fix full-width view when left menu was closed. 

Extension created in partnership with Alpha Digital (https://alphadigital.com.au)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Full Width for Google Search Console Full Width for Google Search Console
ID eklcbfkfhemcgponnlbafdiiofbnopdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-width-for-google-sea/eklcbfkfhemcgponnlbafdiiofbnopdn
คำอธิบาย View Google Search Console at full width
ขนาดไฟล์ 15.38 KB
จำนวนการติดตั้ง 2,634
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2022-02-15
วันที่เผยแพร่ 2019-09-23
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://bookmarkseparators.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Width for Google Search Console",
    "version": "1.1.5",
    "description": "View Google Search Console at full width",
    "short_name": "Full Width for Google Search Console",
    "icons": {
        "16": "icon3-16.png",
        "48": "icon3-48.png",
        "128": "icon3-128.png"
    },
    "browser_action": {
        "default_icon": "icon3-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ]
        }
    ]
}