Chocolatey Appstore

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

Was ist Chocolatey Appstore?

Chocolatey Appstore ist eine Chrome-Erweiterung, die von Nabil Redmann entwickelt wurde, und ihr Hauptmerkmal ist "Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.".

Erweiterungsscreenshots

screenshot

Chocolatey Appstore-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chocolatey Appstore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chocolatey Appstore Chocolatey Appstore
ID gkehnkphfligaeniienfamgdfocegffl
Offizielle URL https://chromewebstore.google.com/detail/chocolatey-appstore/gkehnkphfligaeniienfamgdfocegffl
Beschreibung Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.
Dateigröße 38.13 KB
Installationsanzahl 310
Aktuelle Version 2.0
Letztes Update 2023-02-09
Veröffentlichungsdatum 2020-01-02
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Nabil Redmann
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/BananaAcid/chocolatey-appstore
Hilfeseite URL https://github.com/BananaAcid/chocolatey-appstore/wiki
Unterstützte Sprachen 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"
    }
}