Archive
Snapshot this page on Wayback Machine.
什么是Archive?
Archive是由@rubencodes开发的Chrome扩展程序,该扩展的主要功能是“Snapshot this page on Wayback Machine.”。
扩展截图
下载Archive扩展crx文件
下载Archive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save your current page to the Internet Archive's Wayback Machine in just one click!
扩展基本信息
名称 | |
ID | mhldogdjdfoonbolejgofhgldihjmncd |
官方URL | https://chrome.google.com/webstore/detail/archive/mhldogdjdfoonbolejgofhgldihjmncd |
简介 | Snapshot this page on Wayback Machine. |
文件大小 | 3.83 MB |
安装次数 | 306 |
当前版本 | 0.1.1 |
更新时间 | 2016-11-01 |
上架时间 | 2016-11-01 |
评分 | 5.00/5 共4次评分 |
开发者 | @rubencodes |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://archive.org/web/ |
帮助页面URL | http://ruben.codes |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Archive", "description": "Snapshot this page on Wayback Machine.", "version": "0.1.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/logo.png" }, "permissions": [ "activeTab" ], "icons": { "48": "images\/48.png", "128": "images\/128.png" } } |