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. 拡張機能の基本情報
| 名前 | |
| 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"
} | |