Page Auto Refresher

Simple & Easy. Give your hands a rest!

What is Page Auto Refresher?

Page Auto Refresher is a Chrome extension developed by yongwoonyo, and its main feature is "Simple & Easy. Give your hands a rest!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Page Auto Refresher Extension CRX File

Download Page Auto Refresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Page Auto Refresher Page Auto Refresher
ID lbnaaiagjdnialejpejfbiofmdceakjd
Official URL https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd
Description Simple & Easy. Give your hands a rest!
File Size 9.29 KB
Installation Count 2,090
Current Version 1.2
Last Updated 2015-06-30
Publish Date 2015-06-30
Rating 4.04/5 Total 24 Ratings
Developer yongwoonyo
Payment Type free
Supported Languages 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'"
}