Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
¿Qué es Auto refresh actual webpage?
Auto refresh actual webpage es una extensión de Chrome desarrollada por https://www.extensions-for-chrome.com, y su función principal es "Automatically reload webpage in actual tab. You can set refresh interval.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Auto refresh actual webpage
Descarga archivos de extensión Auto refresh actual webpage 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
Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
Información Básica de la Extensión
Nombre | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
URL Oficial | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
Descripción | Automatically reload webpage in actual tab. You can set refresh interval. |
Tamaño del Archivo | 51.12 KB |
Cantidad de Instalaciones | 1,929 |
Versión Actual | 1.0 |
Última Actualización | 2013-09-21 |
Fecha de Publicación | 2013-09-21 |
Calificación | 3.33/5 Total de 15 Calificaciones |
Desarrollador | https://www.extensions-for-chrome.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |