Google Search Console Full Width

Makes the content area in Google Search Console Full Width.

Google Search Console Full Widthとは何ですか?

Google Search Console Full Widthはhttps://codeseo.ioによって開発されたChromeの拡張機能で、その主な機能は「Makes the content area in Google Search Console Full Width.」です。

拡張機能のスクリーンショット

screenshot

Google Search Console Full Width拡張機能のCRXファイルをダウンロード

Google Search Console Full Width拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a small CSS Override to view Google Search Console data as full width instead of the default Max Width of 960px.

This extension contains no JavaScript.  It uses only the manifest.json to apply a one-line CSS file to pages that match 'https://search.google.com/u/3/search-console/*'.                    

拡張機能の基本情報

名前 Google Search Console Full Width Google Search Console Full Width
ID komglikhjejcfebpbdakaeppdfnlplkk
公式URL https://chrome.google.com/webstore/detail/google-search-console-ful/komglikhjejcfebpbdakaeppdfnlplkk
説明 Makes the content area in Google Search Console Full Width.
ファイルサイズ 6.81 KB
インストール数 821
現在のバージョン 1.0.4
最終更新日 2018-12-13
公開日 2018-12-13
評価 5.00/5 合計 1 レビュー
開発者 https://codeseo.io
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Full Width",
    "short_name": "GSC Full Width",
    "version": "1.0.4",
    "description": "Makes the content area in Google Search Console Full Width.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/*\/search-console*",
                "https:\/\/search.google.com\/search-console*"
            ],
            "css": [
                "fullwidth.css"
            ]
        }
    ],
    "icons": {
        "128": "images\/gsc_fullwidth128.png"
    },
    "manifest_version": 2
}