Web Archive for WayBack Machine
Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
Web Archive for WayBack Machine란 무엇입니까?
Web Archive for WayBack Machine은(는) MatsunagaWebSys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention."입니다.
확장 프로그램 스크린샷
Web Archive for WayBack Machine 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Button to save the current page to WayBack Machine. Immediately ,a current page is saved easily , you can see the results. Features ・Very fast ・Very Secure(You can confirm the safety code yourself) ・Simple coding and design
확장 프로그램 기본 정보
이름 | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
공식 URL | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
설명 | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
파일 크기 | 4.15 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2015-10-20 |
출시 날짜 | 2015-10-20 |
평점 | 4.73/5 총 15 개의 평점 |
개발자 | MatsunagaWebSys |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://plus.google.com/u/0/111633293976607629954 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archive for WayBack Machine", "short_name": "WebArchiver", "version": "0.1.1", "manifest_version": 2, "description": "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.", "icons": { "48": "archive.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "archive.png", "default_title": "archive this page" }, "background": { "scripts": [ "background.js" ] } } |