Awesome Host Manager

Yet another Host tools.

Awesome Host Manager란 무엇입니까?

Awesome Host Manager은(는) https://keelii.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yet another Host tools."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Awesome Host Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        又一个 host 管理工具

• 秒切 host 无延迟 😎
• 基于 chrome 代理 ❤️
• 兼容 socket 代理 🤔
• 简洁好用,无多余功能 👏                    

확장 프로그램 기본 정보

이름 Awesome Host Manager Awesome Host Manager
ID pikaoeecieigblebdddckmlegonlogha
공식 URL https://chromewebstore.google.com/detail/awesome-host-manager/pikaoeecieigblebdddckmlegonlogha
설명 Yet another Host tools.
파일 크기 969 KB
설치 횟수 2,674
현재 버전 1.0.18
최근 업데이트 2022-06-09
출시 날짜 2019-06-15
평점 4.15/5 총 13 개의 평점
개발자 https://keelii.com
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Awesome Host Manager",
    "description": "Yet another Host tools.",
    "minimum_chrome_version": "24",
    "version": "1.0.18",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo-16.png",
        "default_title": "Awesome Host Manager",
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ]
}