Page Auto Refresher
Simple & Easy. Give your hands a rest!
Vad är Page Auto Refresher?
Page Auto Refresher är en Chrome-tillägg utvecklad av yongwoonyo, och dess huvudfunktion är "Simple & Easy. Give your hands a rest!".
Tilläggsskärmbilder
Ladda ner Page Auto Refresher-förlängningens CRX-fil
Ladda ner Page Auto Refresher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | lbnaaiagjdnialejpejfbiofmdceakjd | 
| Officiell webbadress | https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd | 
| Beskrivning | Simple & Easy. Give your hands a rest! | 
| Filstorlek | 9.29 KB | 
| Antal Installationer | 2,090 | 
| Aktuell Version | 1.2 | 
| Senast Uppdaterad | 2015-06-30 | 
| Publiceringsdatum | 2015-06-30 | 
| Betyg | 4.04/5 Totalt 24 Betyg | 
| Utvecklare | yongwoonyo | 
| Betalningssätt | free | 
| Stödda Språk | 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'"
}  |  |