Chocolatey Appstore

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

Vad är Chocolatey Appstore?

Chocolatey Appstore är en Chrome-tillägg utvecklad av Nabil Redmann, och dess huvudfunktion är "Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.".

Tilläggsskärmbilder

screenshot

Ladda ner Chocolatey Appstore-förlängningens CRX-fil

Ladda ner Chocolatey Appstore-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Chocolatey Appstore Chocolatey Appstore
ID gkehnkphfligaeniienfamgdfocegffl
Officiell webbadress https://chromewebstore.google.com/detail/chocolatey-appstore/gkehnkphfligaeniienfamgdfocegffl
Beskrivning Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.
Filstorlek 38.13 KB
Antal Installationer 310
Aktuell Version 2.0
Senast Uppdaterad 2023-02-09
Publiceringsdatum 2020-01-02
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare Nabil Redmann
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/BananaAcid/chocolatey-appstore
Hjälpsida URL https://github.com/BananaAcid/chocolatey-appstore/wiki
Stödda Språk 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"
    }
}