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
官方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
}