Google Search Console Extended

Extends the new Google Search Console

什麼是Google Search Console Extended?

Google Search Console Extended是由Webreload開發的Chrome擴展程式,該擴展的主要功能是“Extends the new Google Search Console”。

擴展截圖

screenshot
screenshot
screenshot

下載Google Search Console Extended擴展crx文件

下載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
官方網址 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
}