Chocolatey Appstore

Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.

什麼是Chocolatey Appstore?

Chocolatey Appstore是由Nabil Redmann開發的Chrome擴展程式,該擴展的主要功能是“Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.”。

擴展截圖

screenshot

下載Chocolatey Appstore擴展crx文件

下載Chocolatey Appstore擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Just search for your package as usual, but no need to copy the command line - just press install right next to it.

You can install multiple packages at the same time, the preinstaller extension runs them one after another.                    

擴展基本資訊

名稱 Chocolatey Appstore Chocolatey Appstore
ID gkehnkphfligaeniienfamgdfocegffl
官方網址 https://chromewebstore.google.com/detail/chocolatey-appstore/gkehnkphfligaeniienfamgdfocegffl
簡介 Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.
檔案大小 38.13 KB
安裝次數 310
目前版本 2.0
更新時間 2023-02-09
上架時間 2020-01-02
評分 4.67/5 共 3 次評分
開發者 Nabil Redmann
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/BananaAcid/chocolatey-appstore
說明頁面URL https://github.com/BananaAcid/chocolatey-appstore/wiki
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chocolatey Appstore",
    "short_name": "Choco Store",
    "description": "Changes all package install textboxes to installation buttons on chocolatey.org\/packages and utilizes bcurran3's protocol handler.",
    "version": "2.0",
    "author": "Nabil Redmann ",
    "homepage_url": "https:\/\/github.com\/BananaAcid\/chocolatey-appstore",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/community.chocolatey.org\/packages*"
            ],
            "js": [
                "lib\/jquery-3.6.3.slim.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    }
}