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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}