Hoardie - Reduce Tab Clutter

One click to hoard your tabs in a single page.

Hoardie - Reduce Tab Clutter란 무엇입니까?

Hoardie - Reduce Tab Clutter은(는) Angus Zhu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click to hoard your tabs in a single page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hoardie - Reduce Tab Clutter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hoardie is a simple and beautiful extension allows you to hoard all your tabs into a single page.

Latest updates:
- Added shortcuts
- Added more options                    

확장 프로그램 기본 정보

이름 Hoardie - Reduce Tab Clutter Hoardie - Reduce Tab Clutter
ID mkhgkpkfkjckbemagpldhegilagacdcn
공식 URL https://chromewebstore.google.com/detail/hoardie-reduce-tab-clutte/mkhgkpkfkjckbemagpldhegilagacdcn
설명 One click to hoard your tabs in a single page.
파일 크기 171 KB
설치 횟수 48
현재 버전 1.1.0
최근 업데이트 2022-04-23
출시 날짜 2021-06-07
평점 5.00/5 총 1 개의 평점
개발자 Angus Zhu
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "Hoardie",
    "version": "1.1.0",
    "description": "__MSG_ext_desc__",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_ext_action_title__",
        "default_icon": {
            "16": "icons\/box-16.png",
            "24": "icons\/box-24.png",
            "32": "icons\/box-32.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+H",
                "mac": "Alt+H"
            },
            "description": "__MSG_command_desc_hoard_all__"
        },
        "hoard-this": {
            "suggested_key": {
                "default": "Alt+Shift+H",
                "mac": "Alt+Shift+H"
            },
            "description": "__MSG_command_desc_hoard_this__"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "minimum_chrome_version": "88"
}