Hoardie - Reduce Tab Clutter
One click to hoard your tabs in a single page.
Cos'è Hoardie - Reduce Tab Clutter?
Hoardie - Reduce Tab Clutter è un'estensione di Chrome sviluppata da Angus Zhu, e la sua funzione principale è "One click to hoard your tabs in a single page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hoardie - Reduce Tab Clutter
Scarica i file di estensione Hoardie - Reduce Tab Clutter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | mkhgkpkfkjckbemagpldhegilagacdcn |
| URL Ufficiale | https://chromewebstore.google.com/detail/hoardie-reduce-tab-clutte/mkhgkpkfkjckbemagpldhegilagacdcn |
| Descrizione | One click to hoard your tabs in a single page. |
| Dimensione del File | 171 KB |
| Conteggio Installazioni | 48 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2022-04-23 |
| Data di Pubblicazione | 2021-06-07 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Angus Zhu |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |