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文件

下載Hoardie - Reduce Tab Clutter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}