Easy Clear

A one click cache and history clearer.

Easy Clearとは何ですか?

Easy Clearはgarganostudiosによって開発されたChromeの拡張機能で、その主な機能は「A one click cache and history clearer.」です。

Easy Clear拡張機能のCRXファイルをダウンロード

Easy Clear拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.                    

拡張機能の基本情報

名前 Easy Clear Easy Clear
ID dbglfobhhbhdgpnicebdieloccfedgho
公式URL https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho
説明 A one click cache and history clearer.
ファイルサイズ 13.02 KB
インストール数 104
現在のバージョン 1.2.0
最終更新日 2016-07-20
公開日 2016-07-19
評価 5.00/5 合計 1 レビュー
開発者 garganostudios
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Clear",
    "version": "1.2.0",
    "description": "A one click cache and history clearer.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Logos\/Logo16.png",
        "48": "Logos\/Logo48.png",
        "128": "Logos\/Logo128.png"
    },
    "manifest_version": 2
}