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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check if the current site is down for everyone or just you"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Down For Everyone Or Just Me? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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?"
    }
}