Auto refresh

Automatically refresh the specified page, or only refresh the inactive TAB page.

Wat is Auto refresh?

Auto refresh is een Chrome-extensie ontwikkeld door idof, en de belangrijkste functie is "Automatically refresh the specified page, or only refresh the inactive TAB page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto refresh

Download Auto refresh-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 the specified page, or only refresh the inactive TAB page.                    

Basisinformatie over de Extensie

Naam Auto refresh Auto refresh
ID mljjfcmhgefdfgeomcaocgijloggnnjk
Officiële URL https://chrome.google.com/webstore/detail/auto-refresh/mljjfcmhgefdfgeomcaocgijloggnnjk
Beschrijving Automatically refresh the specified page, or only refresh the inactive TAB page.
Bestandsgrootte 74.91 KB
Aantal Installaties 10,000
Huidige Versie 1.0
Laatst Bijgewerkt 2014-11-15
Publicatiedatum 2014-11-15
Beoordeling 4.27/5 Totaal 15 Beoordelingen
Ontwikkelaar idof
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "background": {
        "page": "background.html",
        "script": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/on128.png",
        "64": "img\/on64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "img\/off.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}