Clear History
Quickly clears the browser history.
Clear Historyとは何ですか?
Clear HistoryはMike Frysingerによって開発されたChromeの拡張機能で、その主な機能は「Quickly clears the browser history.」です。
拡張機能のスクリーンショット
Clear History拡張機能のCRXファイルをダウンロード
Clear History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Automatically clear all history, or expire old entries while preserving the most recent!
Feel free to review the extension source at the homepage linked on the right.                     拡張機能の基本情報
| 名前 |   |  
| ID | kihobnjokffgdfnhjdfiaibalbgfolic | 
| 公式URL | https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic | 
| 説明 | Quickly clears the browser history. | 
| ファイルサイズ | 33.48 KB | 
| インストール数 | 3,555 | 
| 現在のバージョン | 2.0.0 | 
| 最終更新日 | 2022-10-10 | 
| 公開日 | 2016-02-28 | 
| 評価 | 3.97/5 合計 30 レビュー | 
| 開発者 | Mike Frysinger | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}  |  |