Center Google Search Results

Move the search results from the left of the screen to the center of the screen.

Τι είναι το Center Google Search Results;

Το Center Google Search Results είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Move the search results from the left of the screen to the center of the screen.".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης Center Google Search Results σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension will change the style of your google search results, best suited for larger screens/resolutions. On a 4k monitor you may notice the google search results are placed on the left of the screen leaving a lot of blank space on the right, this extension will move the text into the center of the screen, filling in that void.                    

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

Όνομα Center Google Search Results Center Google Search Results
ID bbcbaocecmnikgmgpbodcfekboiodppo
Επίσημο URL https://chromewebstore.google.com/detail/center-google-search-resu/bbcbaocecmnikgmgpbodcfekboiodppo
Περιγραφή Move the search results from the left of the screen to the center of the screen.
Μέγεθος Αρχείου 3.1 KB
Αριθμός Εγκαταστάσεων 2,250
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-04-11
Ημερομηνία Δημοσίευσης 2020-04-10
Αξιολόγηση 3.30/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Google Search Results",
    "author": "Elisha Tanoi",
    "version": "1.0.0",
    "description": "Move the search results from the left of the screen to the center of the screen.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?*"
            ]
        }
    ]
}