Sweep

Sweep away clutter as you browse

What is Sweep?

Sweep is a Chrome extension developed by Adam Sanderson, and its main feature is "Sweep away clutter as you browse".

Extension Screenshots

screenshot

Download Sweep Extension CRX File

Download Sweep extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sweep Sweep
ID oememdjmgcpdnaekpgacmnjmlglbldip
Official URL https://chromewebstore.google.com/detail/sweep/oememdjmgcpdnaekpgacmnjmlglbldip
Description Sweep away clutter as you browse
File Size 236 KB
Installation Count 103
Current Version 0.1.2
Last Updated 2020-06-24
Publish Date 2020-06-24
Rating 5.00/5 Total 3 Ratings
Developer Adam Sanderson
Email [email protected]
Payment Type free
Extension Website https://github.com/adamsanderson/sweep
Help Page URL https://docs.google.com/forms/d/e/1FAIpQLSdTTvgJkhj3j0YM8lJts9iL4Bj8tSt-JgOl2zuG7d8beGJO2Q/viewform?usp=sf_link
Supported Languages 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"
    ]
}