WaybackMachine
web.archive.org unofficial WaybackMachine extension
WaybackMachineとは何ですか?
WaybackMachineはMohammad Husseinによって開発されたChromeの拡張機能で、その主な機能は「web.archive.org unofficial WaybackMachine extension」です。
拡張機能のスクリーンショット
WaybackMachine拡張機能のCRXファイルをダウンロード
WaybackMachine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With a click of a mouse, the extension uses web.archive.org's internet archiving Wayback Machine to view the current website you're on in the year and month you specify. If the website you're viewing wasn't crawled by the machine at the specified month or year, it takes you to the nearest crawled version and opens it in a new tab.
拡張機能の基本情報
名前 | WaybackMachine |
ID | gofnhkhaadkoabedkchceagnjjicaihi |
公式URL | https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi |
説明 | web.archive.org unofficial WaybackMachine extension |
ファイルサイズ | 63.26 KB |
インストール数 | 4,451 |
現在のバージョン | 1.1 |
最終更新日 | 2016-03-18 |
公開日 | 2016-03-18 |
評価 | 3.42/5 合計 24 レビュー |
開発者 | Mohammad Hussein |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaybackMachine", "description": "web.archive.org unofficial WaybackMachine extension", "version": "1.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |