Time Travel
Use this extension to easily check how the web page you're visiting looked like in the past.
Wat is Time Travel?
Time Travel is een Chrome-extensie ontwikkeld door http://djuptho.com, en de belangrijkste functie is "Use this extension to easily check how the web page you're visiting looked like in the past.".
Extensie Screenshots
Download het CRX-bestand van de extensie Time Travel
Download Time Travel-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
The Time Travel extension is a tool for everyone with an interest in internet history. The extension takes you back in time, displaying copies of the web page since the day the web page was created.
Basisinformatie over de Extensie
Naam | |
ID | nhnpgecjgnmgjgcdimdcaagipimnlefd |
Officiële URL | https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd |
Beschrijving | Use this extension to easily check how the web page you're visiting looked like in the past. |
Bestandsgrootte | 26.23 KB |
Aantal Installaties | 635 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-11-04 |
Publicatiedatum | 2017-11-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://djuptho.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/djuptho/dev_portfolio/tree/master/time_travel |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Travel", "short_name": "A handy tool for all internet users that takes the page back in time", "description": "Use this extension to easily check how the web page you're visiting looked like in the past.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |