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 |
官方網址 | 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" } } |