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" } } |