Web Archive for WayBack Machine
Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
什么是Web Archive for WayBack Machine?
Web Archive for WayBack Machine是由MatsunagaWebSys开发的Chrome扩展程序,该扩展的主要功能是“Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.”。
扩展截图
下载Web Archive for WayBack Machine扩展crx文件
下载Web Archive for WayBack Machine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Button to save the current page to WayBack Machine. Immediately ,a current page is saved easily , you can see the results. Features ・Very fast ・Very Secure(You can confirm the safety code yourself) ・Simple coding and design
扩展基本信息
名称 | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
官方URL | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
简介 | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
文件大小 | 4.15 KB |
安装次数 | 1,000 |
当前版本 | 0.1.1 |
更新时间 | 2015-10-20 |
上架时间 | 2015-10-20 |
评分 | 4.73/5 共15次评分 |
开发者 | MatsunagaWebSys |
付费类型 | free |
扩展官网 | https://plus.google.com/u/0/111633293976607629954 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archive for WayBack Machine", "short_name": "WebArchiver", "version": "0.1.1", "manifest_version": 2, "description": "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.", "icons": { "48": "archive.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "archive.png", "default_title": "archive this page" }, "background": { "scripts": [ "background.js" ] } } |