Save To The Wayback Machine

Quickly save web pages to the Internet Archive's Wayback Machine.

Save To The Wayback Machine란 무엇입니까?

Save To The Wayback Machine은(는) https://verifiedjoseph.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly save web pages to the Internet Archive's Wayback Machine."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Save To The Wayback Machine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly save web pages to the Internet Archive's Wayback Machine and see the last time your current page was archived.

Features:
- Detects if a page can or can not be archived.
- Save pages, images and links via the right click (context) menu.
- See the last time a page was archived.
- Keep track of the number of pages that you have archived.

This is an unofficial extension and is not sponsored, owned, or endorsed by the Internet Archive.

Release History:
https://github.com/VerifiedJoseph/Save-to-the-Wayback-Machine/releases                    

확장 프로그램 기본 정보

이름 Save To The Wayback Machine Save To The Wayback Machine
ID eebpioaailbjojmdbmlpomfgijnlcemk
공식 URL https://chromewebstore.google.com/detail/save-to-the-wayback-machi/eebpioaailbjojmdbmlpomfgijnlcemk
설명 Quickly save web pages to the Internet Archive's Wayback Machine.
파일 크기 88.7 KB
설치 횟수 6,581
현재 버전 5.6.1
최근 업데이트 2022-04-09
출시 날짜 2020-04-30
평점 4.44/5 총 39 개의 평점
개발자 https://verifiedjoseph.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://verifiedjoseph.com/projects/save-to-the-wayback-machine
도움말 페이지 URL https://verifiedjoseph.com/projects/save-to-the-wayback-machine#QA
개인정보 보호 정책 페이지 URL https://verifiedjoseph.com/extension-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "VerifiedJoseph",
    "default_locale": "en",
    "version": "5.6.1",
    "version_name": "5.6.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "activeTab",
        "https:\/\/archive.org\/wayback\/available?url=*",
        "https:\/\/web.archive.org\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "19": "images\/icons\/19.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        },
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "persistent": false,
        "page": "html\/background.html"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true,
        "chrome_style": false
    }
}