Sweep

Sweep away clutter as you browse

Wat is Sweep?

Sweep is een Chrome-extensie ontwikkeld door Adam Sanderson, en de belangrijkste functie is "Sweep away clutter as you browse".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sweep

Download Sweep-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

                        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                    

Basisinformatie over de Extensie

Naam Sweep Sweep
ID oememdjmgcpdnaekpgacmnjmlglbldip
Officiële URL https://chromewebstore.google.com/detail/sweep/oememdjmgcpdnaekpgacmnjmlglbldip
Beschrijving Sweep away clutter as you browse
Bestandsgrootte 236 KB
Aantal Installaties 103
Huidige Versie 0.1.2
Laatst Bijgewerkt 2020-06-24
Publicatiedatum 2020-06-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Adam Sanderson
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/adamsanderson/sweep
Help Pagina-URL https://docs.google.com/forms/d/e/1FAIpQLSdTTvgJkhj3j0YM8lJts9iL4Bj8tSt-JgOl2zuG7d8beGJO2Q/viewform?usp=sf_link
Ondersteunde Talen 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"
    ]
}