Go Back in Time
Go back in time and see how a specific page used to look using a variety of page caching/archiving services
什麼是Go Back in Time?
Go Back in Time是由Danny Pesses開發的Chrome擴展程式,該擴展的主要功能是“Go back in time and see how a specific page used to look using a variety of page caching/archiving services”。
擴展截圖
下載Go Back in Time擴展crx文件
下載Go Back in Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Based on the Firefox plugin Resurrect Pages, "Go Back in Time" allows you to view cached version of a web page through the following caching/mirror services: • CoralCDN • Google Cache • The Internet Archive • Yahoo! Cache • MSN Cache • Gigablast Cache • WebCite
擴展基本資訊
名稱 | |
ID | hgdahcpipmgehmaaankiglanlgljlakj |
官方網址 | https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj |
簡介 | Go back in time and see how a specific page used to look using a variety of page caching/archiving services |
檔案大小 | 38.93 KB |
安裝次數 | 7,000 |
目前版本 | 0.1 |
更新時間 | 2015-08-12 |
上架時間 | 2015-08-12 |
評分 | 3.00/5 共 14 次評分 |
開發者 | Danny Pesses |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Go back in time and see how a specific page used to look using a variety of page caching\/archiving services", "icons": { "128": "icon-128.png", "16": "menu-icon.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Go Back in Time", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1" } |