Refresh All Tabs

Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.

Refresh All Tabs क्या है?

Refresh All Tabs Kingston Fung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all."।

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

screenshot

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

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

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

                        Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!                    

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

नाम Refresh All Tabs Refresh All Tabs
ID admnmicookbgmlgijaaonkeeclaoigch
आधिकारिक URL https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch
विवरण Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
फ़ाइल का आकार 19.66 KB
स्थापना संख्या 356
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2023-07-08
प्रकाशन तिथि 2020-10-05
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Kingston Fung
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kingstonfung/refresh-all-tabs
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh All Tabs",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Refresh All Tabs"
    },
    "background": {
        "scripts": [
            "js\/refresh-all-tabs.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}