Persistent Google Search Bar

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

Persistent Google Search Bar क्या है?

Persistent Google Search Bar josephldailey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick fix so that the search bar stays at top during scroll"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Persistent Google Search Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}