History Cleaner

Plugin to clear browsing data of Chrome

History Cleanerとは何ですか?

History Cleanerはresponsivewebdevによって開発されたChromeの拡張機能で、その主な機能は「Plugin to clear browsing data of Chrome」です。

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

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

拡張機能の使用方法

                        This is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data"   and most importantly "history". This will be  useful to developers as well normal users.                    

拡張機能の基本情報

名前 History Cleaner History Cleaner
ID bpapaaeaaoiejhimlojglikfdidcelcm
公式URL https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm
説明 Plugin to clear browsing data of Chrome
ファイルサイズ 20.66 KB
インストール数 56
現在のバージョン 1.2
最終更新日 2015-11-30
公開日 2015-11-30
評価 5.00/5 合計 1 レビュー
開発者 responsivewebdev
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Cleaner",
    "version": "1.2",
    "description": "Plugin to clear browsing data of Chrome",
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "cleardata.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}