Missing Gmail™ & Google™ Black Bar
Adds a black shortcut bar like the one removed by Google™ to the top of many Google™ pages.
Missing Gmail™ & Google™ Black Barคืออะไร?
Missing Gmail™ & Google™ Black Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cbsarge และคุณลักษณะหลักของมันคือ "Adds a black shortcut bar like the one removed by Google™ to the top of many Google™ pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Missing Gmail™ & Google™ Black Bar
ดาวน์โหลดไฟล์ส่วนขยาย Missing Gmail™ & Google™ Black Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
***Works with the new version of GMail*** 04/2022 - Removed Google+ link 06/2018 - Added Unread button to quickly show all unread messages For those of you that don't like the new shortcut block Google has substituted for the black bar across the top of the Gmail (and others) page I offer this alternative. This extensions will add a black shortcut bar to the top of the Google Search, Gmail, Contacts, Google Drive, Groups, Sites and Calendar pages with all the links from the old version plus some useful new ones. Pressing the Alt+G keyboard shortcut will open the toolbar menu. If you like this add-on please consider making a small donation to show your appreciation! https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S6QQDXQFZTKD4&lc=US&item_name=Missing%20G-Bar&item_number=Chrome%20Extension¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Missing Gmail™ & Google™ Black Bar |
ID | lmnbpchodjlppkljhjlmdgfogedfoncf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/missing-gmail-google-blac/lmnbpchodjlppkljhjlmdgfogedfoncf |
คำอธิบาย | Adds a black shortcut bar like the one removed by Google™ to the top of many Google™ pages. |
ขนาดไฟล์ | 97.96 KB |
จำนวนการติดตั้ง | 257 |
เวอร์ชันปัจจุบัน | 1.87 |
อัปเดตครั้งล่าสุด | 2022-04-07 |
วันที่เผยแพร่ | 2018-08-14 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | cbsarge |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "fire-icon-48.png", "default_popup": "background.html", "default_title": "Press Alt+G to open menu." }, "content_scripts": [ { "all_frames": true, "css": [ "gbarmissing.css" ], "js": [ "jquery.js", "gbarmissing.js" ], "matches": [ "*:\/\/newtab\/*", "*:\/\/www.google.com\/*", "*:\/\/mail.google.com\/*", "*:\/\/www.google.com\/contacts\/*", "*:\/\/drive.google.com\/*", "*:\/\/groups.google.com\/*", "*:\/\/translate.google.com\/*", "*:\/\/sites.google.com\/*", "*:\/\/www.google.com\/calendar\/*" ] } ], "description": "Adds a black shortcut bar like the one removed by Google\u2122 to the top of many Google\u2122 pages.", "icons": { "128": "fire-icon-128.png" }, "manifest_version": 2, "name": "Missing Gmail\u2122 & Google\u2122 Black Bar", "short_name": "Missing gBar", "version": "1.87" } |