Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

Refresh 'Em All क्या है?

Refresh 'Em All Ciantic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh all tabs in Current Window. Whopping seven lines of code — no crap."।

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

screenshot

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

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

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

                        Refresh or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

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

नाम Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
आधिकारिक URL https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
विवरण Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
फ़ाइल का आकार 21.65 KB
स्थापना संख्या 610
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2014-11-02
प्रकाशन तिथि 2014-11-02
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर Ciantic
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}