Reload All Tabs

Reload all tabas

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 https://studiobinghuan.blogspot.com, và tính năng chính của nó là "Reload all tabas".

Ả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 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 browser extension provide a function to let user refresh all tabs, 
for example: 
    There is a website, and you want to preview the content before downloading.
    So, you open items by tabs, and preview it first. 
    Next, you want to download it, but there is a notification said: you should login first.
    After login this website, you always need to reload all page to get permission to download.
    Now, you can just use this browser extension to reload all tabs with login status. 

My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard
or http://bhtalk.blogspot.tw/                    

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

Tên Reload All Tabs Reload All Tabs
ID kckchgndelncbndagologlincadijebb
URL Chính Thức https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb
Mô tả Reload all tabas
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-12-02
Ngày Phát Hành 2014-12-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://studiobinghuan.blogspot.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://studiobinghuan.blogspot.tw/?view=flipcard
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": "Reload all tabas",
    "version": "1.0.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "data\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        }
    },
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    }
}