Send to Internet Archive
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
Send to Internet Archive란 무엇입니까?
Send to Internet Archive은(는) Aaron Lenoir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future."입니다.
확장 프로그램 스크린샷
Send to Internet Archive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. Please consider donating to the Internet Archive: https://archive.org/donate
확장 프로그램 기본 정보
이름 | Send to Internet Archive |
ID | bahemchapiecnbbljjmnjkpneaphcncl |
공식 URL | https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl |
설명 | Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. |
파일 크기 | 14.06 KB |
설치 횟수 | 57 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2019-10-18 |
출시 날짜 | 2019-10-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Aaron Lenoir |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/AaronLenoir/SendToArchive |
도움말 페이지 URL | https://github.com/AaronLenoir/SendToArchive/issues |
지원되는 언어 | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Aaron Lenoir", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "2.0.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/AaronLenoir\/SendToArchive", "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "browser_action": { "default_icon": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "default_title": "__MSG_defaultTitle__" }, "background": { "scripts": [ "background_scripts\/background.js" ], "persistent": false } } |