Google Search Console Extended

Extends the new Google Search Console

What is Google Search Console Extended?

Google Search Console Extended is a Chrome extension developed by Webreload, and its main feature is "Extends the new Google Search Console".

Extension Screenshots

screenshot
screenshot
screenshot

Download Google Search Console Extended Extension CRX File

Download Google Search Console Extended extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Search Console Extended Google Search Console Extended
ID gafcchglbfbajijlhhcnklpdcljldhlk
Official URL https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk
Description Extends the new Google Search Console
File Size 9.63 KB
Installation Count 2,470
Current Version 1.4
Last Updated 2020-05-31
Publish Date 2020-05-30
Rating 2.60/5 Total 5 Ratings
Developer Webreload
Email [email protected]
Payment Type free
Supported Languages 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
}