Simple Reloader
Automatically reloads the current tab as needed.
¿Qué es Simple Reloader?
Simple Reloader es una extensión de Chrome desarrollada por Drew Cossey, y su función principal es "Automatically reloads the current tab as needed.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Reloader
Descarga archivos de extensión Simple 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
A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown. Can optionally tell the browser to ignore the browser cache for the reloads.
Información Básica de la Extensión
Nombre | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
URL Oficial | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
Descripción | Automatically reloads the current tab as needed. |
Tamaño del Archivo | 53.26 KB |
Cantidad de Instalaciones | 481 |
Versión Actual | 1.0.1 |
Última Actualización | 2015-04-29 |
Fecha de Publicación | 2015-04-29 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Drew Cossey |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Reloader", "version": "1.0.1", "description": "Automatically reloads the current tab as needed.", "permissions": [ "tabs" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Reloadit", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |