Hoardie - Reduce Tab Clutter

One click to hoard your tabs in a single page.

Qu'est-ce que Hoardie - Reduce Tab Clutter ?

Hoardie - Reduce Tab Clutter est une extension Chrome développée par Angus Zhu, et sa fonction principale est "One click to hoard your tabs in a single page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hoardie - Reduce Tab Clutter

Téléchargez les fichiers d'extension Hoardie - Reduce Tab Clutter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Hoardie - Reduce Tab Clutter Hoardie - Reduce Tab Clutter
ID mkhgkpkfkjckbemagpldhegilagacdcn
URL Officiel https://chromewebstore.google.com/detail/hoardie-reduce-tab-clutte/mkhgkpkfkjckbemagpldhegilagacdcn
Description One click to hoard your tabs in a single page.
Taille du Fichier 171 KB
Nombre d'Installations 48
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-04-23
Date de Publication 2021-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur Angus Zhu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}