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文件

下載Save To The Wayback Machine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}