Chocolatey Appstore

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

Hvad er Chocolatey Appstore?

Chocolatey Appstore er en Chrome-udvidelse udviklet af Nabil Redmann, og dens hovedfunktion er "Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.".

Udvidelsesskærmbilleder

screenshot

Download Chocolatey Appstore-udvidelses-CRX-fil

Download Chocolatey Appstore-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chocolatey Appstore Chocolatey Appstore
ID gkehnkphfligaeniienfamgdfocegffl
Officiel URL https://chromewebstore.google.com/detail/chocolatey-appstore/gkehnkphfligaeniienfamgdfocegffl
Beskrivelse Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.
Filstørrelse 38.13 KB
Antal Installationer 310
Nuværende Version 2.0
Senest Opdateret 2023-02-09
Udgivelsesdato 2020-01-02
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler Nabil Redmann
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/BananaAcid/chocolatey-appstore
Hjælpeside-URL https://github.com/BananaAcid/chocolatey-appstore/wiki
Understøttede Sprog 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"
    }
}