AutoTabRefresh

Refresh your browser tab automatically at the desired interval.

AutoTabRefresh क्या है?

AutoTabRefresh ST9001 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh your browser tab automatically at the desired interval."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing.                    

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

नाम AutoTabRefresh AutoTabRefresh
ID dndgpkfabmjdgnbhjciplnfblodiodmj
आधिकारिक URL https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj
विवरण Refresh your browser tab automatically at the desired interval.
फ़ाइल का आकार 58.76 KB
स्थापना संख्या 438
वर्तमान संस्करण 3.3
अंतिम अपडेट 2022-05-22
प्रकाशन तिथि 2020-07-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ST9001
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoTabRefresh",
    "author": "",
    "version": "3.3",
    "description": "Refresh your browser tab automatically at the desired interval.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Auto Tab Refresh",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}"
        }
    }
}