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
公式URL 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
Eメール [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"
    }
}