Clear Cache Shortcut

Quickly clear all your browser cache with a single click.

Clear Cache Shortcutとは何ですか?

Clear Cache ShortcutはPaul Yuanによって開発されたChromeの拡張機能で、その主な機能は「Quickly clear all your browser cache with a single click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This is a simple extension that allows you to clear your cache with a single click of a button. You can either click the icon, or if you prefer, type in the browser address bar, "cache" => [hit the tab key] => "c" => [hit the enter key] to clear your cache. This extension uses the BrowsingData API which is supported by chrome versions 19+.                    

拡張機能の基本情報

名前 Clear Cache Shortcut Clear Cache Shortcut
ID jnajhcakejgchhbjlchkfmdidgjefleg
公式URL https://chromewebstore.google.com/detail/clear-cache-shortcut/jnajhcakejgchhbjlchkfmdidgjefleg
説明 Quickly clear all your browser cache with a single click.
ファイルサイズ 95.9 KB
インストール数 144,994
現在のバージョン 1.32
最終更新日 2021-04-09
公開日 2013-01-20
評価 4.39/5 合計 97 レビュー
開発者 Paul Yuan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://twitter.com/pyuan
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache Shortcut",
    "version": "1.32",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "description": "Quickly clear all your browser cache with a single click.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "assets\/icon_done.png",
        "default_title": "Clear All Cache",
        "default_popup": "info.html"
    },
    "omnibox": {
        "keyword": "cache"
    },
    "background": {
        "scripts": [
            "assets\/jquery-1.9.0.min.js",
            "assets\/functions.js",
            "assets\/background.js"
        ]
    },
    "permissions": [
        "browsingData"
    ]
}