Auto refresh actual webpage

Automatically reload webpage in actual tab. You can set refresh interval.

Wat is Auto refresh actual webpage?

Auto refresh actual webpage is een Chrome-extensie ontwikkeld door https://www.extensions-for-chrome.com, en de belangrijkste functie is "Automatically reload webpage in actual tab. You can set refresh interval.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Auto refresh actual webpage

Download Auto refresh actual webpage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto refresh actual webpage Auto refresh actual webpage
ID jmpaeglcabhpohgbfcehemlgophfjikk
Officiële URL https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk
Beschrijving Automatically reload webpage in actual tab. You can set refresh interval.
Bestandsgrootte 51.12 KB
Aantal Installaties 1,929
Huidige Versie 1.0
Laatst Bijgewerkt 2013-09-21
Publicatiedatum 2013-09-21
Beoordeling 3.33/5 Totaal 15 Beoordelingen
Ontwikkelaar https://www.extensions-for-chrome.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}