Sweep

Sweep away clutter as you browse

Sweep란 무엇입니까?

Sweep은(는) Adam Sanderson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sweep away clutter as you browse"입니다.

확장 프로그램 스크린샷

screenshot

Sweep 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}