Archive Webpage

A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…

Archive Webpage란 무엇입니까?

Archive Webpage은(는) karl.horky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Archive Webpage 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine.

Ever wanted to visit a website but it's not available? Whether it's either offline or the website is currently broken, it can be frustrating if the content is not available. To avoid issues like this, there is a class of services that have sprung up which save copies of websites and allow you to visit them again later.

Archive.ph (aka archive.today) and the Internet Archive's Wayback Machine are two such services.

Use this extension to help prevent link rot and allow others to view archived versions of pages!                    

확장 프로그램 기본 정보

이름 Archive Webpage Archive Webpage
ID dnakmmcpobpgknolnfoiagbmpmglnckn
공식 URL https://chromewebstore.google.com/detail/archive-webpage/dnakmmcpobpgknolnfoiagbmpmglnckn
설명 A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…
파일 크기 29 KB
설치 횟수 495
현재 버전 1.0.0.0
최근 업데이트 2023-04-05
출시 날짜 2023-04-04
개발자 karl.horky
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/karlhorky/archive-webpage-browser-extension
도움말 페이지 URL https://github.com/karlhorky/archive-webpage-browser-extension/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Archive Webpage",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Archive webpage to archive.ph & Wayback Machine"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.0.0.0"
}