Google Search Classic Navbar
Restore the garbage UX nav bar.
Google Search Classic Navbarคืออะไร?
Google Search Classic Navbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yakisova41 และคุณลักษณะหลักของมันคือ "Restore the garbage UX nav bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Classic Navbar
ดาวน์โหลดไฟล์ส่วนขยาย Google Search Classic Navbar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Restore the menu bar at the top of Google Search to its previous design.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Search Classic Navbar |
ID | fnnonhgholpngbpkjegcilpdgddjigkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-search-classic-nav/fnnonhgholpngbpkjegcilpdgddjigkd |
คำอธิบาย | Restore the garbage UX nav bar. |
ขนาดไฟล์ | 14.35 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.2.6 |
อัปเดตครั้งล่าสุด | 2023-12-09 |
วันที่เผยแพร่ | 2023-07-09 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | yakisova41 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/yakisova41/google-search-classic-navbar/issues |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "short_name": "gscn", "version": "0.2.6", "manifest_version": 3, "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.co.jp\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ] } |