Anti-bar
Removes black bar on top of Google.com, Gmail, and most Google apps.
什麼是Anti-bar?
Anti-bar是由https://www.cs.umd.edu/~bederson開發的Chrome擴展程式,該擴展的主要功能是“Removes black bar on top of Google.com, Gmail, and most Google apps.”。
擴展截圖
下載Anti-bar擴展crx文件
下載Anti-bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Anti-bar |
ID | naffohgpjobghliccmgjgagdpknmgeba |
官方網址 | https://chromewebstore.google.com/detail/anti-bar/naffohgpjobghliccmgjgagdpknmgeba |
簡介 | Removes black bar on top of Google.com, Gmail, and most Google apps. |
檔案大小 | 46.47 KB |
安裝次數 | 37 |
目前版本 | 1.2 |
更新時間 | 2012-03-31 |
上架時間 | 2012-03-30 |
評分 | 3.00/5 共 3 次評分 |
開發者 | https://www.cs.umd.edu/~bederson |
付費類型 | free |
支援的語言 | 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" } |