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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codeseo.io, και η κύρια λειτουργία του είναι "Makes the content area in Google Search Console Full Width.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Google Search Console Full Width

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
}