Wayback Utility
A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.
Wayback Utility란 무엇입니까?
Wayback Utility은(는) InfosecRD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry."입니다.
확장 프로그램 스크린샷
Wayback Utility 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
My first chrome extension, a simple utility to take you back to the oldest version of your current page on The Internet Archive's Wayback Machine via a context menu entry.
확장 프로그램 기본 정보
이름 | |
ID | jpphcfodibbnmfenlknhepeddadomieo |
공식 URL | https://chrome.google.com/webstore/detail/jpphcfodibbnmfenlknhepeddadomieo |
설명 | A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry. |
파일 크기 | 34.72 KB |
설치 횟수 | 32 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-03-23 |
출시 날짜 | 2021-03-23 |
개발자 | InfosecRD |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback Utility", "license": "https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/deed.en", "description": "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.", "version": "0.1", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "sample.js" ] }, "manifest_version": 2, "icons": { "16": "\/images\/Clock16.png", "32": "\/images\/Clock32.png", "48": "\/images\/Clock48.png", "128": "\/images\/Clock128.png" } } |