Save URL to Wayback Machine
This extension allows you to save the current webpage to the Wayback Machine.
什么是Save URL to Wayback Machine?
Save URL to Wayback Machine是由Pierre Rudloff开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to save the current webpage to the Wayback Machine.”。
下载Save URL to Wayback Machine扩展crx文件
下载Save URL to Wayback Machine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | eakeomomnnhlgnfegcgmgelmdpfaeegd |
官方URL | https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd |
简介 | This extension allows you to save the current webpage to the Wayback Machine. |
文件大小 | 24.03 KB |
安装次数 | 71 |
当前版本 | 0.1.0 |
更新时间 | 2016-07-16 |
上架时间 | 2016-07-16 |
开发者 | Pierre Rudloff |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Rudloff/wayback-machine-chrome/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save URL to Wayback Machine", "short_name": "Wayback Machine", "description": "This extension allows you to save the current webpage to the Wayback Machine.", "version": "0.1.0", "browser_action": { "default_icon": "\/img\/archive-icon-64.png", "default_title": "Save to Wayback Machine" }, "icons": { "16": "\/img\/archive-icon-16.png", "32": "\/img\/archive-icon-32.png", "64": "\/img\/archive-icon-64.png", "128": "\/img\/archive-icon-128.png" }, "homepage_url": "https:\/\/github.com\/Rudloff\/wayback-machine-chrome", "permissions": [ "contextMenus" ], "background": { "scripts": [ "wayback.js" ] } } |