Google Search Page Enhancer
This extension removes the "More" option and adds all entries to the bar.
Google Search Page Enhancerとは何ですか?
Google Search Page Enhancerはtherealplayer1によって開発されたChromeの拡張機能で、その主な機能は「This extension removes the "More" option and adds all entries to the bar.」です。
拡張機能のスクリーンショット
Google Search Page Enhancer拡張機能のCRXファイルをダウンロード
Google Search Page Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension removes the "More" option and adds all entries to the bar.
拡張機能の基本情報
名前 | ![]() |
ID | odgjchjcdilbflncmlpfpeoaemaoabli |
公式URL | https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli |
説明 | This extension removes the "More" option and adds all entries to the bar. |
ファイルサイズ | 34.47 KB |
インストール数 | 141 |
現在のバージョン | 0.1 |
最終更新日 | 2013-06-27 |
公開日 | 2013-06-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | therealplayer1 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Page Enhancer", "description": "This extension removes the \"More\" option and adds all entries to the bar.", "version": "0.1", "content_scripts": [ { "js": [ "jquery-1.6.4.min.js", "enhance.user.js" ], "matches": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } ], "permissions": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } |