ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
什么是ReLoader?
ReLoader是由Alister Zhao开发的Chrome扩展程序,该扩展的主要功能是“Easy reload the current tab without any cached data. Works with iFrame too.”。
下载ReLoader扩展crx文件
下载ReLoader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily reload the current tab content without any cache data. Works with iFrame too.
扩展基本信息
名称 | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
官方URL | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
简介 | Easy reload the current tab without any cached data. Works with iFrame too. |
文件大小 | 8.67 KB |
安装次数 | 50 |
当前版本 | 1.0 |
更新时间 | 2015-01-09 |
上架时间 | 2015-01-09 |
开发者 | Alister Zhao |
付费类型 | free |
支持的语言 | 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" ] } } |