prune

An extension to help you trim your garden of tabs.

Cos'è prune?

prune è un'estensione di Chrome sviluppata da prune, e la sua funzione principale è "An extension to help you trim your garden of tabs.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione prune

Scarica i file di estensione prune 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

                        prune can help you manage your tab growth by:

- Preventing you from opening duplicate tabs (focusing ones you already have open instead!)
- Hiding or removing old tabs (you decide how old is too old!)
- Setting a limit on the number of tabs you have open (pick what works best for you!)
- ...and more!

This project is free, open-source, and can be found at https://github.com/tbrockman/prune                    

Informazioni di Base sull'Estensione

Nome prune prune
ID gblddboefgbljpngfhgekbpoigikbenh
URL Ufficiale https://chromewebstore.google.com/detail/prune/gblddboefgbljpngfhgekbpoigikbenh
Descrizione An extension to help you trim your garden of tabs.
Dimensione del File 270 KB
Conteggio Installazioni 197
Versione Corrente 3.4.5
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2021-01-12
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore prune
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "3.4.5",
    "author": "theodore brockman",
    "name": "prune",
    "description": "An extension to help you trim your garden of tabs.",
    "homepage_url": "https:\/\/github.com\/tbrockman\/prune#readme",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "bookmarks",
        "tabGroups"
    ],
    "default_locale": "en"
}