Google Search Classic Navbar
Restore the garbage UX nav bar.
What is Google Search Classic Navbar?
Google Search Classic Navbar is a Chrome extension developed by yakisova41, and its main feature is "Restore the garbage UX nav bar.".
Extension Screenshots
Download Google Search Classic Navbar Extension CRX File
Download Google Search Classic Navbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Restore the menu bar at the top of Google Search to its previous design.
Extension Basic Information
Name | Google Search Classic Navbar |
ID | fnnonhgholpngbpkjegcilpdgddjigkd |
Official URL | https://chromewebstore.google.com/detail/google-search-classic-nav/fnnonhgholpngbpkjegcilpdgddjigkd |
Description | Restore the garbage UX nav bar. |
File Size | 14.35 KB |
Installation Count | 46 |
Current Version | 0.2.6 |
Last Updated | 2023-12-09 |
Publish Date | 2023-07-09 |
Rating | 3.75/5 Total 4 Ratings |
Developer | yakisova41 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/yakisova41/google-search-classic-navbar/issues |
Supported Languages | 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" } ] } |