All Tabs Reloader

To reload all tabs, use the keyboard shortcut or toolbar button.

All Tabs Reloader क्या है?

All Tabs Reloader worldaddons.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To reload all tabs, use the keyboard shortcut or toolbar button."।

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

screenshot

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

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

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

                        "All Tabs Reloader" is a lightweight extension that allows you to reload all tabs with the click of a button.

To reload all tabs in your browser, simply install this extension and select the - Reload All Tabs - button from the toolbar. All active tabs will be reloaded when you press the button. You can filter open tabs by state, including inactive, audible, disposable, or private.

If you'd like to prevent a tab from reloading, go to the preferences page and check the box for the option. Please keep in mind that you can't prevent a tab based on its URL.                    

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

नाम All Tabs Reloader All Tabs Reloader
ID cgmnahabbgcglgodggdoimncelmanegm
आधिकारिक URL https://chrome.google.com/webstore/detail/all-tabs-reloader/cgmnahabbgcglgodggdoimncelmanegm
विवरण To reload all tabs, use the keyboard shortcut or toolbar button.
फ़ाइल का आकार 25.66 KB
स्थापना संख्या 70
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-05-25
प्रकाशन तिथि 2022-05-25
रेटिंग 4.91/5 कुल 47 रेटिंग्स
डेवलपर worldaddons.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://worldaddons.com/all-tabs-reloader/
सहायता पृष्ठ URL https://worldaddons.com/contact/
गोपनीयता नीति पृष्ठ URL https://worldaddons.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "All Tabs Reloader",
    "permissions": [
        "storage"
    ],
    "short_name": "all-tabs-reloader",
    "homepage_url": "https:\/\/worldaddons.com\/all-tabs-reloader\/",
    "description": "To reload all tabs, use the keyboard shortcut or toolbar button.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "source\/options\/options.html"
    },
    "commands": {
        "reload-action": {
            "description": "All Tabs Reloader",
            "suggested_key": {
                "mac": "Alt+Shift+C",
                "default": "Alt+Shift+C"
            }
        }
    },
    "action": {
        "default_title": "All Tabs Reloader",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}