Google Search Classic Navbar
Restore the garbage UX nav bar.
Google Search Classic Navbarとは何ですか?
Google Search Classic Navbarはyakisova41によって開発されたChromeの拡張機能で、その主な機能は「Restore the garbage UX nav bar.」です。
拡張機能のスクリーンショット
Google Search Classic Navbar拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } ] } |