Extension Menu
List and search for your favorite extensions with ease.
Extension Menuとは何ですか?
Extension Menuはsolomonkinardによって開発されたChromeの拡張機能で、その主な機能は「List and search for your favorite extensions with ease.」です。
拡張機能のスクリーンショット
Extension Menu拡張機能のCRXファイルをダウンロード
Extension Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Menu of all enabled extensions. Search the menu to find them quickly. Press enter to open the `default_popup.html` of the extension. Or click if you're feeling fancy. 拡張機能の基本情報
| 名前 | |
| ID | bijpchgokbgjbllboeieipcoocmkbinc |
| 公式URL | https://chromewebstore.google.com/detail/extension-menu/bijpchgokbgjbllboeieipcoocmkbinc |
| 説明 | List and search for your favorite extensions with ease. |
| ファイルサイズ | 21.72 KB |
| インストール数 | 48 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2023-04-08 |
| 公開日 | 2023-04-08 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | solomonkinard |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Extension Menu",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_popup": "default_popup.html"
},
"permissions": [
"management"
],
"icons": {
"128": "icon\/128.png"
},
"author": "Solomon Kinard",
"description": "List and search for your favorite extensions with ease."
} | |