Anti-bar
Removes black bar on top of Google.com, Gmail, and most Google apps.
Anti-bar là gì?
Anti-bar là một tiện ích mở rộng Chrome được phát triển bởi https://www.cs.umd.edu/~bederson, và tính năng chính của nó là "Removes black bar on top of Google.com, Gmail, and most Google apps.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anti-bar
Tải xuống các tệp mở rộng Anti-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 extension removes the black bar that Google now puts across the top of their applications. Use this extension if you (like me), find that spending 30 vertical pixels is too much in order to support simple navigation to things that you or may not want to use (and have other easy ways to get to). Furthermore, if you find the black bar visually jarring and distracting, and that it is essentially a continuous advertisement for Google services that you don't need to see, then this is for you. The extension runs in the background and simply removes the black bar whenever a Google app is loaded (or refreshed). There is no visible user interface. Privacy: This app does not access any page information of any kind - it simply runs once when the app is launched and removes the black bar - that's it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Anti-bar |
ID | naffohgpjobghliccmgjgagdpknmgeba |
URL Chính Thức | https://chromewebstore.google.com/detail/anti-bar/naffohgpjobghliccmgjgagdpknmgeba |
Mô tả | Removes black bar on top of Google.com, Gmail, and most Google apps. |
Kích Thước Tệp | 46.47 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2012-03-31 |
Ngày Phát Hành | 2012-03-30 |
Đánh Giá | 3.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.cs.umd.edu/~bederson |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-bar", "version": "1.2", "manifest_version": 2, "description": "Removes black bar on top of Google.com, Gmail, and most Google apps.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*", "http:\/\/*.google.com\/*" ], "js": [ "jquery.js", "antibar.js" ] } ], "minimum_chrome_version": "17" } |