GSC Performance Report Style Fixer

Fix the Google Search Console Performance Report style bug on time period compare.

Τι είναι το GSC Performance Report Style Fixer;

Το GSC Performance Report Style Fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blog.merlinox.com, και η κύρια λειτουργία του είναι "Fix the Google Search Console Performance Report style bug on time period compare.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GSC Performance Report Style Fixer

Λήψη αρχείων επέκτασης GSC Performance Report Style Fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The new Google Search Console has a bug on the Performance Report.
When you show too many columns, GSC trim them.
With this extension, you may fix the CSS and see all the columns without a click.
To force the restyle, please click on the extension button.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GSC Performance Report Style Fixer GSC Performance Report Style Fixer
ID coanikjpdghncjfmkbgefonfjjamoagf
Επίσημο URL https://chromewebstore.google.com/detail/gsc-performance-report-st/coanikjpdghncjfmkbgefonfjjamoagf
Περιγραφή Fix the Google Search Console Performance Report style bug on time period compare.
Μέγεθος Αρχείου 6.52 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2019-09-30
Ημερομηνία Δημοσίευσης 2019-09-30
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://blog.merlinox.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GSC Performance Report Style Fixer",
    "description": "Fix the Google Search Console Performance Report style bug on time period compare. ",
    "author": "Merlinox",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "version": "1.1",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/search.google.com\/search-console*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "gsc-fixer.png",
        "default_title": "Fix the GSC performance report style bug"
    },
    "manifest_version": 2
}