ReLoader

Easy reload the current tab without any cached data. Works with iFrame too.

ReLoader क्या है?

ReLoader Alister Zhao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy reload the current tab without any cached data. Works with iFrame too."।

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

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

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

                        Easily reload the current tab content without any cache data. Works with iFrame too.                    

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

नाम ReLoader ReLoader
ID ajdekpeolgboihkdkcmonalgafpefojb
आधिकारिक URL https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb
विवरण Easy reload the current tab without any cached data. Works with iFrame too.
फ़ाइल का आकार 8.67 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-01-09
प्रकाशन तिथि 2015-01-09
डेवलपर Alister Zhao
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReLoader",
    "version": "1.0",
    "author": "Alister Zhao",
    "description": "Easy reload the current tab without any cached data. Works with iFrame too.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Reload Tab"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}