Hoardie - Reduce Tab Clutter

One click to hoard your tabs in a single page.

Wat is Hoardie - Reduce Tab Clutter?

Hoardie - Reduce Tab Clutter is een Chrome-extensie ontwikkeld door Angus Zhu, en de belangrijkste functie is "One click to hoard your tabs in a single page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hoardie - Reduce Tab Clutter

Download Hoardie - Reduce Tab Clutter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Hoardie - Reduce Tab Clutter Hoardie - Reduce Tab Clutter
ID mkhgkpkfkjckbemagpldhegilagacdcn
Officiële URL https://chromewebstore.google.com/detail/hoardie-reduce-tab-clutte/mkhgkpkfkjckbemagpldhegilagacdcn
Beschrijving One click to hoard your tabs in a single page.
Bestandsgrootte 171 KB
Aantal Installaties 48
Huidige Versie 1.1.0
Laatst Bijgewerkt 2022-04-23
Publicatiedatum 2021-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Angus Zhu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}