Chocolatey Appstore

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

Apa itu Chocolatey Appstore?

Chocolatey Appstore adalah ekstensi Chrome yang dikembangkan oleh Nabil Redmann, dan fitur utamanya adalah "Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chocolatey Appstore

Unduh file ekstensi Chocolatey Appstore dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chocolatey Appstore Chocolatey Appstore
ID gkehnkphfligaeniienfamgdfocegffl
URL Resmi https://chromewebstore.google.com/detail/chocolatey-appstore/gkehnkphfligaeniienfamgdfocegffl
Deskripsi Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.
Ukuran File 38.13 KB
Jumlah Instalasi 310
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-02-09
Tanggal Publikasi 2020-01-02
Penilaian 4.67/5 Total 3 Penilaian
Pengembang Nabil Redmann
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/BananaAcid/chocolatey-appstore
URL Halaman Bantuan https://github.com/BananaAcid/chocolatey-appstore/wiki
Bahasa yang Didukung 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"
    }
}