Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

Refresh 'Em All là gì?

Refresh 'Em All là một tiện ích mở rộng Chrome được phát triển bởi Ciantic, và tính năng chính của nó là "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".

Ả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 Refresh 'Em All

Tải xuống các tệp mở rộng Refresh 'Em All 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 or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

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

Tên Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
URL Chính Thức https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
Mô tả Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
Kích Thước Tệp 21.65 KB
Số Lần Cài Đặt 610
Phiên Bản Hiện Tại 0.9.2
Cập Nhật Lần Cuối 2014-11-02
Ngày Phát Hành 2014-11-02
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Ciantic
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}