ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
¿Qué es ReLoader?
ReLoader es una extensión de Chrome desarrollada por Alister Zhao, y su función principal es "Easy reload the current tab without any cached data. Works with iFrame too.".
Descargar Archivo CRX de la Extensión ReLoader
Descarga archivos de extensión ReLoader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Easily reload the current tab content without any cache data. Works with iFrame too.
Información Básica de la Extensión
Nombre | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
URL Oficial | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Descripción | Easy reload the current tab without any cached data. Works with iFrame too. |
Tamaño del Archivo | 8.67 KB |
Cantidad de Instalaciones | 50 |
Versión Actual | 1.0 |
Última Actualización | 2015-01-09 |
Fecha de Publicación | 2015-01-09 |
Desarrollador | Alister Zhao |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |