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
Eメール [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"
    ]
}