Down For Everyone Or Just Me?

Check if the current site is down for everyone or just you

Down For Everyone Or Just Me? क्या है?

Down For Everyone Or Just Me? Alex Cordonnier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check if the current site is down for everyone or just you"।

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

screenshot
screenshot

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

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

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

                        Wondering whether a website is down or if it's just you? Install this extension to find out.

If you encounter an error while loading a website, a down arrow will appear in your address bar next to the bookmark icon. Click the down arrow to find out if the website is down or if it's just you.

This is an unofficial extension for http://downforeveryoneorjustme.com.                    

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

नाम Down For Everyone Or Just Me? Down For Everyone Or Just Me?
ID nijjphkbmcnellflmblkmbcempgpffon
आधिकारिक URL https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon
विवरण Check if the current site is down for everyone or just you
फ़ाइल का आकार 26.76 KB
स्थापना संख्या 417
वर्तमान संस्करण 0.2.6
अंतिम अपडेट 2020-11-19
प्रकाशन तिथि 2013-11-18
रेटिंग 3.17/5 कुल 6 रेटिंग्स
डेवलपर Alex Cordonnier
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://alexcordonnier.com
सहायता पृष्ठ URL http://downforeveryoneorjustme.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Down For Everyone Or Just Me?",
    "short_name": "Is it down?",
    "version": "0.2.6",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "homepage_url": "http:\/\/downforeveryoneorjustme.com",
    "description": "Check if the current site is down for everyone or just you",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Down For Everyone Or Just Me?"
    }
}