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
Hvad er Go Back in Time?
Go Back in Time er en Chrome-udvidelse udviklet af Danny Pesses, og dens hovedfunktion er "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".
Udvidelsesskærmbilleder
Download Go Back in Time-udvidelses-CRX-fil
Download Go Back in Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hgdahcpipmgehmaaankiglanlgljlakj |
Officiel URL | https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj |
Beskrivelse | Go back in time and see how a specific page used to look using a variety of page caching/archiving services |
Filstørrelse | 38.93 KB |
Antal Installationer | 7,000 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-08-12 |
Udgivelsesdato | 2015-08-12 |
Bedømmelse | 3.00/5 Samlet 14 Bedømmelser |
Udvikler | Danny Pesses |
Betalingsmetode | free |
Understøttede Sprog | 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" } |