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ファイルをダウンロード

Archive Webpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}