Chocolatey Appstore

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

Chocolatey Appstore란 무엇입니까?

Chocolatey Appstore은(는) Nabil Redmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler."입니다.

확장 프로그램 스크린샷

screenshot

Chocolatey Appstore 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Chocolatey Appstore Chocolatey Appstore
ID gkehnkphfligaeniienfamgdfocegffl
공식 URL https://chromewebstore.google.com/detail/chocolatey-appstore/gkehnkphfligaeniienfamgdfocegffl
설명 Changes all package install textboxes to installation buttons on chocolatey.org/packages and utilizes bcurran3's protocol handler.
파일 크기 38.13 KB
설치 횟수 310
현재 버전 2.0
최근 업데이트 2023-02-09
출시 날짜 2020-01-02
평점 4.67/5 총 3 개의 평점
개발자 Nabil Redmann
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/BananaAcid/chocolatey-appstore
도움말 페이지 URL https://github.com/BananaAcid/chocolatey-appstore/wiki
지원되는 언어 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"
    }
}