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
Wat is Go Back in Time?
Go Back in Time is een Chrome-extensie ontwikkeld door Danny Pesses, en de belangrijkste functie is "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".
Extensie Screenshots
Download het CRX-bestand van de extensie Go Back in Time
Download Go Back in Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hgdahcpipmgehmaaankiglanlgljlakj |
Officiële URL | https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj |
Beschrijving | Go back in time and see how a specific page used to look using a variety of page caching/archiving services |
Bestandsgrootte | 38.93 KB |
Aantal Installaties | 7,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-08-12 |
Publicatiedatum | 2015-08-12 |
Beoordeling | 3.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Danny Pesses |
Betalingswijze | free |
Ondersteunde Talen | 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" } |