Tabs Reloader

Reload tabs in current window

Tabs Reloader là gì?

Tabs Reloader là một tiện ích mở rộng Chrome được phát triển bởi http://imcotton.com, và tính năng chính của nó là "Reload tabs in current window".

Ả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 Tabs Reloader

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

                        * single-click to reload pinned tabs
* double-click to reload normal tabs

And there is NO need of your data on ANY websites.

Source code available at: http://git.io/jB-PaQ                    

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

Tên Tabs Reloader Tabs Reloader
ID ofphdlddmcpeggijkmijojknacfnleij
URL Chính Thức https://chrome.google.com/webstore/detail/tabs-reloader/ofphdlddmcpeggijkmijojknacfnleij
Mô tả Reload tabs in current window
Kích Thước Tệp 9.76 KB
Số Lần Cài Đặt 363
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2015-02-02
Ngày Phát Hành 2015-02-02
Đánh Giá 4.14/5 Tổng số 14 Đánh Giá
Nhà Phát Triển http://imcotton.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/imcotton/tabs-reloader
URL Trang Trợ Giúp https://github.com/imcotton/tabs-reloader/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Reloader",
    "description": "Reload tabs in current window",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_24.png",
        "default_title": "Reload tabs in this window"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "version": "1.3.4"
}