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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the content area in Google Search Console Full Width."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Search Console Full Width एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}