Sweep

Sweep away clutter as you browse

什么是Sweep?

Sweep是由Adam Sanderson开发的Chrome扩展程序,该扩展的主要功能是“Sweep away clutter as you browse”。

扩展截图

screenshot

下载Sweep扩展crx文件

下载Sweep扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Sweep Sweep
ID oememdjmgcpdnaekpgacmnjmlglbldip
官方URL https://chromewebstore.google.com/detail/sweep/oememdjmgcpdnaekpgacmnjmlglbldip
简介 Sweep away clutter as you browse
文件大小 236 KB
安装次数 103
当前版本 0.1.2
更新时间 2020-06-24
上架时间 2020-06-24
评分 5.00/5 共3次评分
开发者 Adam Sanderson
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/adamsanderson/sweep
帮助页面URL https://docs.google.com/forms/d/e/1FAIpQLSdTTvgJkhj3j0YM8lJts9iL4Bj8tSt-JgOl2zuG7d8beGJO2Q/viewform?usp=sf_link
支持的语言 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"
    ]
}