WaybackMachine
web.archive.org unofficial WaybackMachine extension
Wat is WaybackMachine?
WaybackMachine is een Chrome-extensie ontwikkeld door Mohammad Hussein, en de belangrijkste functie is "web.archive.org unofficial WaybackMachine extension".
Extensie Screenshots
Download het CRX-bestand van de extensie WaybackMachine
Download WaybackMachine-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
With a click of a mouse, the extension uses web.archive.org's internet archiving Wayback Machine to view the current website you're on in the year and month you specify. If the website you're viewing wasn't crawled by the machine at the specified month or year, it takes you to the nearest crawled version and opens it in a new tab.
Basisinformatie over de Extensie
Naam | WaybackMachine |
ID | gofnhkhaadkoabedkchceagnjjicaihi |
Officiële URL | https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi |
Beschrijving | web.archive.org unofficial WaybackMachine extension |
Bestandsgrootte | 63.26 KB |
Aantal Installaties | 4,451 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-03-18 |
Publicatiedatum | 2016-03-18 |
Beoordeling | 3.42/5 Totaal 24 Beoordelingen |
Ontwikkelaar | Mohammad Hussein |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WaybackMachine", "description": "web.archive.org unofficial WaybackMachine extension", "version": "1.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |