ReLoader

Easy reload the current tab without any cached data. Works with iFrame too.

ReLoader là gì?

ReLoader là một tiện ích mở rộng Chrome được phát triển bởi Alister Zhao, và tính năng chính của nó là "Easy reload the current tab without any cached data. Works with iFrame too.".

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

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

                        Easily reload the current tab content without any cache data. Works with iFrame too.                    

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

Tên ReLoader ReLoader
ID ajdekpeolgboihkdkcmonalgafpefojb
URL Chính Thức https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb
Mô tả Easy reload the current tab without any cached data. Works with iFrame too.
Kích Thước Tệp 8.67 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-09
Ngày Phát Hành 2015-01-09
Nhà Phát Triển Alister Zhao
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": "ReLoader",
    "version": "1.0",
    "author": "Alister Zhao",
    "description": "Easy reload the current tab without any cached data. Works with iFrame too.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Reload Tab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}