WayBack Chrome

View older versions of the current webpage

Wat is WayBack Chrome?

WayBack Chrome is een Chrome-extensie ontwikkeld door Fisix, en de belangrijkste functie is "View older versions of the current webpage".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WayBack Chrome

Download WayBack Chrome-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

                        WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date.                    

Basisinformatie over de Extensie

Naam WayBack Chrome WayBack Chrome
ID phabfadigilgfagiclfpjnjljedbjclf
Officiële URL https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf
Beschrijving View older versions of the current webpage
Bestandsgrootte 16.04 KB
Aantal Installaties 4,282
Huidige Versie 1.9
Laatst Bijgewerkt 2015-01-09
Publicatiedatum 2015-01-09
Beoordeling 4.50/5 Totaal 22 Beoordelingen
Ontwikkelaar Fisix
Betalingswijze free
Extensiewebsite http://mmkdigital.com
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WayBack Chrome",
    "version": "1.9",
    "manifest_version": 2,
    "description": "View older versions of the current webpage",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}