The Internet Archivist's Intrepid Extension

Save the pages you visit on the Wayback Machine while browsing the World Wide Web.

The Internet Archivist's Intrepid Extension란 무엇입니까?

The Internet Archivist's Intrepid Extension은(는) https://intrepidextension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save the pages you visit on the Wayback Machine while browsing the World Wide Web."입니다.

확장 프로그램 스크린샷

screenshot

The Internet Archivist's Intrepid Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NOTICE: The Internet Archive has made some adjustments to their site which now prevent this extension from working properly. I don't think they've targeted this extension specifically, but archive.org will now identify your browser as a bot when using this extension to submit pages for archival. I'm leaving this extension here on the Chrome Web Store because I'm really proud of it, however, it's no longer functional. If you would like to try it out, it may work for awhile, but eventually archive.org will identify you as a bot and block traffic from your browser.

FORMER DESCRIPTION: The Internet Archivist's Intrepid Browser Extension allows users to automatically save the webpages they visit on the Wayback Machine while surfing the World Wide Web. The magic all happens in a non-active browser tab on the left side of Google Chrome while the extension is running. As users browse the web, this non-active tab will continually submit new hyperlinks to the Wayback Machine to be archived. For the best browsing experience, please leave this tab open; there is no need to continually close this tab.                    

확장 프로그램 기본 정보

이름 The Internet Archivist's Intrepid Extension The Internet Archivist's Intrepid Extension
ID lgkcihhiihibpbpiabafbajcjgjcefdh
공식 URL https://chromewebstore.google.com/detail/the-internet-archivists-i/lgkcihhiihibpbpiabafbajcjgjcefdh
설명 Save the pages you visit on the Wayback Machine while browsing the World Wide Web.
파일 크기 10.67 KB
설치 횟수 68
현재 버전 2.0.0
최근 업데이트 2018-09-11
출시 날짜 2018-09-10
평점 4.50/5 총 2 개의 평점
개발자 https://intrepidextension.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://intrepidextension.com/privacypolicy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Internet Archivist's Intrepid Extension",
    "description": "Save the pages you visit on the Wayback Machine while browsing the World Wide Web.",
    "version": "2.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "ui.html",
        "default_icon": "OriginalFluxCapacitorLogo4.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}