Web Archiver
Allows simple archiving of webpages to the Internet Archive.
Web Archiverとは何ですか?
Web Archiverはcollections-serviceによって開発されたChromeの拡張機能で、その主な機能は「Allows simple archiving of webpages to the Internet Archive.」です。
拡張機能のスクリーンショット
Web Archiver拡張機能のCRXファイルをダウンロード
Web Archiver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)
拡張機能の基本情報
名前 | Web Archiver |
ID | gjpgpobcdndcdcidmgcmlphbomllapjp |
公式URL | https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp |
説明 | Allows simple archiving of webpages to the Internet Archive. |
ファイルサイズ | 10 KB |
インストール数 | 2,423 |
現在のバージョン | 1.1 |
最終更新日 | 2014-12-23 |
公開日 | 2014-12-23 |
評価 | 4.60/5 合計 10 レビュー |
開発者 | collections-service |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archiver", "version": "1.1", "manifest_version": 2, "description": "Allows simple archiving of webpages to the Internet Archive.", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_128.png", "default_title": "Archive page", "default_popup": "archive.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon_128.png" } } |