Tab Auto Refresh

Automatically refresh tabs based on custom time intervals

Tab Auto Refresh क्या है?

Tab Auto Refresh MeryDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically refresh tabs based on custom time intervals"।

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

screenshot

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

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

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

                        Tab Auto Refresh is a browser addon that helps you automatically reload (refresh) tabs of your choice.

To operate with this addon, please open toolbar popup UI while you are visiting a website. Adjust time interval in seconds (i.e. 120 sec) and you are all set. Selected tab will be reloaded based on the interval you just set.

Please note reloading occurs based on tab URL not tab ID or domain. If you want to stop the current "reload" task, please press on the "stop" button at top left corner in toolbar popup UI. Alternatively you can set the interval to 0 which is equal to stop function.

If you have many tabs reloading and do not want to visit each tab to clear the reloading task, please open toolbar popup UI and press on the "reset" (top right) button to do so. This button serves as a global reset button and clears the reloading task for all tabs.

To report bugs, please visit addon's homepage (https://mybrowseraddon.com/tab-auto-refresh.html) and fill the bug report form.                    

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

नाम Tab Auto Refresh Tab Auto Refresh
ID jaioibhbkffompljnnipmpkeafhpicpd
आधिकारिक URL https://chromewebstore.google.com/detail/tab-auto-refresh/jaioibhbkffompljnnipmpkeafhpicpd
विवरण Automatically refresh tabs based on custom time intervals
फ़ाइल का आकार 44.92 KB
स्थापना संख्या 121,876
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2023-04-13
प्रकाशन तिथि 2020-05-26
रेटिंग 4.06/5 कुल 65 रेटिंग्स
डेवलपर MeryDev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/tab-auto-refresh.html
सहायता पृष्ठ URL https://mybrowseraddon.com/tab-auto-refresh.html
गोपनीयता नीति पृष्ठ URL https://add0n.com/policies/mery.dev.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Tab Auto Refresh",
    "homepage_url": "https:\/\/mybrowseraddon.com\/tab-auto-refresh.html",
    "description": "Automatically refresh tabs based on custom time intervals",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "notifications"
    ],
    "action": {
        "default_title": "Tab Auto Refresh",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}