Chocolatey Appstore

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

Wat is Chocolatey Appstore?

Chocolatey Appstore is een Chrome-extensie ontwikkeld door Nabil Redmann, en de belangrijkste functie is "Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chocolatey Appstore

Download Chocolatey Appstore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chocolatey Appstore Chocolatey Appstore
ID gkehnkphfligaeniienfamgdfocegffl
Officiële URL https://chromewebstore.google.com/detail/chocolatey-appstore/gkehnkphfligaeniienfamgdfocegffl
Beschrijving Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.
Bestandsgrootte 38.13 KB
Aantal Installaties 310
Huidige Versie 2.0
Laatst Bijgewerkt 2023-02-09
Publicatiedatum 2020-01-02
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Nabil Redmann
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/BananaAcid/chocolatey-appstore
Help Pagina-URL https://github.com/BananaAcid/chocolatey-appstore/wiki
Ondersteunde Talen 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"
    }
}