When was this website published?

Find out when the webpage you currently browse was created

When was this website published?란 무엇입니까?

When was this website published?은(는) Sebastian Pältz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out when the webpage you currently browse was created"입니다.

확장 프로그램 스크린샷

screenshot

When was this website published? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you know this feeling ... you're browsing the web, maybe read an article or a blogpost ...
and there is nowhere to be found when the article was published, it might be totally outdated.

Simply click the icon and this extension will tell you as accurate as possible:
=======
When was the website that I'm currently visiting created?
=======

NOTE: 
Since this extension is using the Wayback machine which crawls the ENTIRE web, 
accuracy and availability are lacking sometimes.                    

확장 프로그램 기본 정보

이름 When was this website published? When was this website published?
ID ippcpkdkcjdghdnodahajpjdolfibjon
공식 URL https://chromewebstore.google.com/detail/when-was-this-website-pub/ippcpkdkcjdghdnodahajpjdolfibjon
설명 Find out when the webpage you currently browse was created
파일 크기 12.08 KB
설치 횟수 4,636
현재 버전 1.0.0
최근 업데이트 2015-06-22
출시 날짜 2015-06-22
평점 4.73/5 총 15 개의 평점
개발자 Sebastian Pältz
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "When was this website published?",
    "description": "Find out when the webpage you currently browse was created",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19x19.png",
            "38": "images\/icon38x38.png"
        },
        "default_title": "When was this website published",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "permissions": [
        "http:\/\/web.archive.org\/",
        "tabs"
    ],
    "manifest_version": 2
}