WaybackMachine

web.archive.org unofficial WaybackMachine extension

WaybackMachine란 무엇입니까?

WaybackMachine은(는) Mohammad Hussein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "web.archive.org unofficial WaybackMachine extension"입니다.

확장 프로그램 스크린샷

screenshot

WaybackMachine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With a click of a mouse, the extension uses web.archive.org's internet archiving Wayback Machine to view the current website you're on in the year and month you specify.

If the website you're viewing wasn't crawled by the machine at the specified month or year, it takes you to the nearest crawled version and opens it in a new tab.                    

확장 프로그램 기본 정보

이름 WaybackMachine WaybackMachine
ID gofnhkhaadkoabedkchceagnjjicaihi
공식 URL https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi
설명 web.archive.org unofficial WaybackMachine extension
파일 크기 63.26 KB
설치 횟수 4,451
현재 버전 1.1
최근 업데이트 2016-03-18
출시 날짜 2016-03-18
평점 3.42/5 총 24 개의 평점
개발자 Mohammad Hussein
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaybackMachine",
    "description": "web.archive.org unofficial WaybackMachine extension",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}