Send to Internet Archive
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
什么是Send to Internet Archive?
Send to Internet Archive是由Aaron Lenoir开发的Chrome扩展程序,该扩展的主要功能是“Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.”。
扩展截图
下载Send to Internet Archive扩展crx文件
下载Send to Internet Archive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. Please consider donating to the Internet Archive: https://archive.org/donate
扩展基本信息
名称 | Send to Internet Archive |
ID | bahemchapiecnbbljjmnjkpneaphcncl |
官方URL | https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl |
简介 | Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. |
文件大小 | 14.06 KB |
安装次数 | 57 |
当前版本 | 2.0.0 |
更新时间 | 2019-10-18 |
上架时间 | 2019-10-18 |
评分 | 5.00/5 共1次评分 |
开发者 | Aaron Lenoir |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/AaronLenoir/SendToArchive |
帮助页面URL | https://github.com/AaronLenoir/SendToArchive/issues |
支持的语言 | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Aaron Lenoir", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "2.0.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/AaronLenoir\/SendToArchive", "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "browser_action": { "default_icon": { "16": "icons\/add_doc_16.png", "20": "icons\/add_doc_20.png", "48": "icons\/add_doc_48.png", "64": "icons\/add_doc_64.png", "128": "icons\/add_doc_128.png" }, "default_title": "__MSG_defaultTitle__" }, "background": { "scripts": [ "background_scripts\/background.js" ], "persistent": false } } |