Refresh all windows

This will refresh all tabs in all windows.

Refresh all windows là gì?

Refresh all windows là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This will refresh all tabs in all windows.".

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

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

                        Refresh all tabs in all windows at once.                    

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

Tên Refresh all windows Refresh all windows
ID jbmkeloifnkohclofiomelojjgpdjjcp
URL Chính Thức https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp
Mô tả This will refresh all tabs in all windows.
Kích Thước Tệp 7.98 KB
Số Lần Cài Đặt 1,107
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-06-21
Ngày Phát Hành 2017-06-20
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refresh all windows",
    "description": "This will refresh all tabs in all windows.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Refresh all tabs in all windows!"
    },
    "permissions": [
        "tabs",
        "windows"
    ]
}