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
官方網址 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
電子郵箱 [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
}