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