Sweep

Sweep away clutter as you browse

Cos'è Sweep?

Sweep è un'estensione di Chrome sviluppata da Adam Sanderson, e la sua funzione principale è "Sweep away clutter as you browse".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sweep

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

                        Sweep away the clutter as you browse.

If you find yourself carefully picking out the tabs you can safely close, let Sweep do it for you.

• Automatically closes tabs left by Zoom and Slack, with plans to clean up after other popular applications.
• Finds and closes duplicate tabs so you don't need to.
• Optionally runs in the background so you never need to think about it again

Sweep is open source. If you're curious about how Sweep works, or would like to help make it better find it at:
https://github.com/adamsanderson/sweep                    

Informazioni di Base sull'Estensione

Nome Sweep Sweep
ID oememdjmgcpdnaekpgacmnjmlglbldip
URL Ufficiale https://chromewebstore.google.com/detail/sweep/oememdjmgcpdnaekpgacmnjmlglbldip
Descrizione Sweep away clutter as you browse
Dimensione del File 236 KB
Conteggio Installazioni 103
Versione Corrente 0.1.2
Ultimo Aggiornamento 2020-06-24
Data di Pubblicazione 2020-06-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Adam Sanderson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/adamsanderson/sweep
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLSdTTvgJkhj3j0YM8lJts9iL4Bj8tSt-JgOl2zuG7d8beGJO2Q/viewform?usp=sf_link
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sweep",
    "version": "0.1.2",
    "author": "Adam Sanderson ",
    "description": "Sweep away clutter as you browse",
    "icons": {
        "48": "images\/Sweep_48.png",
        "64": "images\/Sweep_64.png",
        "128": "images\/Sweep_128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "Sweep",
        "default_icon": "images\/Sweep.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle"
    ]
}