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.
What is Send to Internet Archive?
Send to Internet Archive is a Chrome extension developed by Aaron Lenoir, and its main feature is "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.".
Extension Screenshots
Download Send to Internet Archive Extension CRX File
Download Send to Internet Archive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Send to Internet Archive |
ID | bahemchapiecnbbljjmnjkpneaphcncl |
Official URL | https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl |
Description | Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future. |
File Size | 14.06 KB |
Installation Count | 57 |
Current Version | 2.0.0 |
Last Updated | 2019-10-18 |
Publish Date | 2019-10-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aaron Lenoir |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AaronLenoir/SendToArchive |
Help Page URL | https://github.com/AaronLenoir/SendToArchive/issues |
Supported Languages | 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 } } |