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开发的Chrome扩展程序,该扩展的主要功能是“Quick fix so that the search bar stays at top during scroll”。

下载Persistent Google Search Bar扩展crx文件

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