Google Search Console Extended

Extends the new Google Search Console

Google Search Console Extendedคืออะไร?

Google Search Console Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Webreload และคุณลักษณะหลักของมันคือ "Extends the new Google Search Console"

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

screenshot
screenshot
screenshot

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

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

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

                        Extends the new Google Search Console with some Features

Features in Version 1
- Full width of the search console
- Clickable Link in URL Inspection Tool
- Copy all Links                    

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

ชื่อ Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
คำอธิบาย Extends the new Google Search Console
ขนาดไฟล์ 9.63 KB
จำนวนการติดตั้ง 2,470
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2020-05-31
วันที่เผยแพร่ 2020-05-30
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Webreload
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Extended",
    "version": "1.4",
    "description": "Extends the new Google Search Console",
    "permissions": [
        "https:\/\/search.google.com\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*"
            ],
            "css": [
                "gsc.css"
            ],
            "js": [
                "gsc.js"
            ]
        }
    ],
    "icons": {
        "128": "gsc-e.png"
    },
    "manifest_version": 2
}