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 |
Eメール | [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 } } |