Web Archiver
Allows simple archiving of webpages to the Internet Archive.
Web Archiver란 무엇입니까?
Web Archiver은(는) collections-service에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows simple archiving of webpages to the Internet Archive."입니다.
확장 프로그램 스크린샷
Web Archiver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)
확장 프로그램 기본 정보
이름 | Web Archiver |
ID | gjpgpobcdndcdcidmgcmlphbomllapjp |
공식 URL | https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp |
설명 | Allows simple archiving of webpages to the Internet Archive. |
파일 크기 | 10 KB |
설치 횟수 | 2,423 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-12-23 |
출시 날짜 | 2014-12-23 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | collections-service |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archiver", "version": "1.1", "manifest_version": 2, "description": "Allows simple archiving of webpages to the Internet Archive.", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_128.png", "default_title": "Archive page", "default_popup": "archive.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon_128.png" } } |