Auto Refresh Lite

Auto refresh a list of web pages after any number of seconds.

Auto Refresh Lite क्या है?

Auto Refresh Lite pragmatechdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto refresh a list of web pages after any number of seconds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Refresh Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Small and easy to use chrome extension that auto reloads a list of URLs according to your settings.

Features:
* Easy to use and setup
* No unnecessary permissions required
* Does not track you                    

एक्सटेंशन की मूल जानकारी

नाम Auto Refresh Lite Auto Refresh Lite
ID dblcelpijjljhjbkopojdhgoleciofip
आधिकारिक URL https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip
विवरण Auto refresh a list of web pages after any number of seconds.
फ़ाइल का आकार 53.26 KB
स्थापना संख्या 203
वर्तमान संस्करण 2.0
अंतिम अपडेट 2021-01-06
प्रकाशन तिथि 2014-06-21
रेटिंग 2.00/5 कुल 2 रेटिंग्स
डेवलपर pragmatechdev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Refresh Lite",
    "icons": {
        "16": "icons\/icon-16.png",
        "20": "icons\/icon-20.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "version": "2.0",
    "author": "pragmatechdev",
    "description": "Auto refresh a list of web pages after any number of seconds.",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "20": "icons\/icon-20.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}