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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Extension Menu Extension Menu
ID bijpchgokbgjbllboeieipcoocmkbinc
官方網址 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
電子郵箱 [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."
}