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 |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
官方網址 | 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" } |