Page Auto Refresher

Simple & Easy. Give your hands a rest!

Qu'est-ce que Page Auto Refresher ?

Page Auto Refresher est une extension Chrome développée par yongwoonyo, et sa fonction principale est "Simple & Easy. Give your hands a rest!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Auto Refresher

Téléchargez les fichiers d'extension Page Auto Refresher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Page Auto Refresher Page Auto Refresher
ID lbnaaiagjdnialejpejfbiofmdceakjd
URL Officiel https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd
Description Simple & Easy. Give your hands a rest!
Taille du Fichier 9.29 KB
Nombre d'Installations 2,090
Version Actuelle 1.2
Dernière Mise à Jour 2015-06-30
Date de Publication 2015-06-30
Évaluation 4.04/5 Total 24 Évaluations
Développeur yongwoonyo
Type de Paiement free
Langues Prises en Charge 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'"
}