Reload All Tabs

This extension reloads all tabs with one click

Reload All Tabs là gì?

Reload All Tabs là một tiện ích mở rộng Chrome được phát triển bởi CREOTIVE, và tính năng chính của nó là "This extension reloads all tabs with one click".

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

screenshot
screenshot

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

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

                        This extension reloads all tabs with one click. This feature does not have Google Chrome  unlike Firefox, so this extension is special for those firefox users who use Chrome for any purpose :D                    

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

Tên Reload All Tabs Reload All Tabs
ID bnefkbkgplakejnfhhhdfmacfbhbmnbd
URL Chính Thức https://chrome.google.com/webstore/detail/reload-all-tabs/bnefkbkgplakejnfhhhdfmacfbhbmnbd
Mô tả This extension reloads all tabs with one click
Kích Thước Tệp 9.29 KB
Số Lần Cài Đặt 522
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-09-05
Ngày Phát Hành 2014-09-05
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển CREOTIVE
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": "Reload All Tabs",
    "description": "This extension reloads all tabs with one click",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}