Refresh All Tabs

This extension will refresh all open tabs.

Refresh All Tabs là gì?

Refresh All Tabs là một tiện ích mở rộng Chrome được phát triển bởi http://nl2bryourmind.co.za, và tính năng chính của nó là "This extension will refresh all open tabs.".

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

Tải xuống các tệp mở rộng Refresh All Tabs 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 your tabs, at the click of a button.                    

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

Tên Refresh All Tabs Refresh All Tabs
ID nhbpinlffgpokedhcogkocafmdffipjb
URL Chính Thức https://chrome.google.com/webstore/detail/refresh-all-tabs/nhbpinlffgpokedhcogkocafmdffipjb
Mô tả This extension will refresh all open tabs.
Kích Thước Tệp 30.67 KB
Số Lần Cài Đặt 613
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-09-22
Ngày Phát Hành 2014-09-22
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://nl2bryourmind.co.za
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 Tabs",
    "description": "This extension will refresh all open tabs.",
    "version": "1.0",
    "short_name": "Refresh All Tabs",
    "permissions": [
        "tabs"
    ],
    "author": "Llewellyn Collins",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}