Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
Persistent Google Search Bar là gì?
Persistent Google Search Bar là một tiện ích mở rộng Chrome được phát triển bởi josephldailey, và tính năng chính của nó là "Quick fix so that the search bar stays at top during scroll".
Tải xuống tệp CRX của tiện ích mở rộng Persistent Google Search Bar
Tải xuống các tệp mở rộng Persistent Google Search Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
URL Chính Thức | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
Mô tả | Quick fix so that the search bar stays at top during scroll |
Kích Thước Tệp | 18.26 KB |
Số Lần Cài Đặt | 238 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2013-12-02 |
Ngày Phát Hành | 2013-12-01 |
Đánh Giá | 3.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | josephldailey |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |