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