Clear Cache Shortcut

Quickly clear all your browser cache with a single click.

Clear Cache Shortcut là gì?

Clear Cache Shortcut là một tiện ích mở rộng Chrome được phát triển bởi Paul Yuan, và tính năng chính của nó là "Quickly clear all your browser cache with a single click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clear Cache Shortcut

Tải xuống các tệp mở rộng Clear Cache Shortcut dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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+.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clear Cache Shortcut Clear Cache Shortcut
ID jnajhcakejgchhbjlchkfmdidgjefleg
URL Chính Thức https://chromewebstore.google.com/detail/clear-cache-shortcut/jnajhcakejgchhbjlchkfmdidgjefleg
Mô tả Quickly clear all your browser cache with a single click.
Kích Thước Tệp 95.9 KB
Số Lần Cài Đặt 144,994
Phiên Bản Hiện Tại 1.32
Cập Nhật Lần Cuối 2021-04-09
Ngày Phát Hành 2013-01-20
Đánh Giá 4.39/5 Tổng số 97 Đánh Giá
Nhà Phát Triển Paul Yuan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/pyuan
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}