Web Archive for WayBack Machine
Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
Web Archive for WayBack Machineとは何ですか?
Web Archive for WayBack MachineはMatsunagaWebSysによって開発されたChromeの拡張機能で、その主な機能は「Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.」です。
拡張機能のスクリーンショット
Web Archive for WayBack Machine拡張機能のCRXファイルをダウンロード
Web Archive for WayBack Machine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Button to save the current page to WayBack Machine. Immediately ,a current page is saved easily , you can see the results. Features ・Very fast ・Very Secure(You can confirm the safety code yourself) ・Simple coding and design
拡張機能の基本情報
名前 | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
公式URL | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
説明 | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
ファイルサイズ | 4.15 KB |
インストール数 | 1,000 |
現在のバージョン | 0.1.1 |
最終更新日 | 2015-10-20 |
公開日 | 2015-10-20 |
評価 | 4.73/5 合計 15 レビュー |
開発者 | MatsunagaWebSys |
支払い方法 | free |
拡張機能のウェブサイト | https://plus.google.com/u/0/111633293976607629954 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archive for WayBack Machine", "short_name": "WebArchiver", "version": "0.1.1", "manifest_version": 2, "description": "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.", "icons": { "48": "archive.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "archive.png", "default_title": "archive this page" }, "background": { "scripts": [ "background.js" ] } } |