Persistent Google Search Bar

Quick fix so that the search bar stays at top during scroll

Τι είναι το Persistent Google Search Bar;

Το Persistent Google Search Bar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον josephldailey, και η κύρια λειτουργία του είναι "Quick fix so that the search bar stays at top during scroll".

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

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

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

                        This light weight extensions make the google search bar (the grey one) stay at the top no matter how far down you scroll. I don't even understand why this isn't already part of the site.                    

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

Όνομα Persistent Google Search Bar Persistent Google Search Bar
ID dpaniepcmcgflbboaepolckbpgnifbeb
Επίσημο URL https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb
Περιγραφή Quick fix so that the search bar stays at top during scroll
Μέγεθος Αρχείου 18.26 KB
Αριθμός Εγκαταστάσεων 238
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2013-12-02
Ημερομηνία Δημοσίευσης 2013-12-01
Αξιολόγηση 3.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής josephldailey
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "steam.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/*q=*",
                "https:\/\/www.google.com\/*q=*",
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ]
        }
    ],
    "description": "Quick fix so that the search bar stays at top during scroll",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Persistent Google Search Bar",
    "version": "0.1.2"
}