Super Refresh

One button to refresh all tabs

Super Refresh là gì?

Super Refresh là một tiện ích mở rộng Chrome được phát triển bởi Becky Mason, và tính năng chính của nó là "One button to refresh all tabs".

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

screenshot

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

Tải xuống các tệp mở rộng Super Refresh 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

                        Super Refresh refreshes all tabs using one button.

Features:
- Refresh all tabs
- Prevent cache
- Disable website alerts like “Do you want to leave the page”                    

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

Tên Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
URL Chính Thức https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
Mô tả One button to refresh all tabs
Kích Thước Tệp 78.61 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 2.4.5
Cập Nhật Lần Cuối 2021-01-30
Ngày Phát Hành 2021-01-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Becky Mason
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.4.5"
}