Anti-bar
Removes black bar on top of Google.com, Gmail, and most Google apps.
Anti-barคืออะไร?
Anti-bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cs.umd.edu/~bederson และคุณลักษณะหลักของมันคือ "Removes black bar on top of Google.com, Gmail, and most Google apps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-bar
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |