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
Co je Go Back in Time?
Go Back in Time je rozšíření Chrome vyvinuté Danny Pesses, a jeho hlavní funkcí je „Go back in time and see how a specific page used to look using a variety of page caching/archiving services“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Go Back in Time
Stáhněte si soubory rozšíření Go Back in Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hgdahcpipmgehmaaankiglanlgljlakj |
Oficiální URL | https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj |
Popis | Go back in time and see how a specific page used to look using a variety of page caching/archiving services |
Velikost souboru | 38.93 KB |
Počet instalací | 7,000 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-08-12 |
Datum Vydání | 2015-08-12 |
Hodnocení | 3.00/5 Celkem 14 Hodnocení |
Vývojář | Danny Pesses |
Typ Platby | free |
Podporované Jazyky | 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" } |