Page Auto Refresher

Simple & Easy. Give your hands a rest!

Wat is Page Auto Refresher?

Page Auto Refresher is een Chrome-extensie ontwikkeld door yongwoonyo, en de belangrijkste functie is "Simple & Easy. Give your hands a rest!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Page Auto Refresher

Download Page Auto Refresher-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

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!

---------------------------------
v1.2 released!
fix some bugs are show up on first run time.
add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked.                    

Basisinformatie over de Extensie

Naam Page Auto Refresher Page Auto Refresher
ID lbnaaiagjdnialejpejfbiofmdceakjd
Officiële URL https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd
Beschrijving Simple & Easy. Give your hands a rest!
Bestandsgrootte 9.29 KB
Aantal Installaties 2,090
Huidige Versie 1.2
Laatst Bijgewerkt 2015-06-30
Publicatiedatum 2015-06-30
Beoordeling 4.04/5 Totaal 24 Beoordelingen
Ontwikkelaar yongwoonyo
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Auto Refresher",
    "version": "1.2",
    "description": "Simple & Easy. Give your hands a rest!",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}