Always expands the Google search tool

Always expands the search tool and moves it back to the left side

Τι είναι το Always expands the Google search tool;

Το Always expands the Google search tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον satou321, και η κύρια λειτουργία του είναι "Always expands the search tool and moves it back to the left side".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Always expands the Google search tool

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

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

                        source: https://userstyles.org/styles/78857/google"
author: 100 no hito


Privacy Policy
I don't collect any information including Google Analytics.                    

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

Όνομα Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
Επίσημο URL https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Περιγραφή Always expands the search tool and moves it back to the left side
Μέγεθος Αρχείου 6.01 KB
Αριθμός Εγκαταστάσεων 184
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-06-26
Ημερομηνία Δημοσίευσης 2019-06-25
Προγραμματιστής satou321
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "satou321",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}