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

Qu'est-ce que Go Back in Time ?

Go Back in Time est une extension Chrome développée par Danny Pesses, et sa fonction principale est "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Go Back in Time

Téléchargez les fichiers d'extension Go Back in Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Go Back in Time Go Back in Time
ID hgdahcpipmgehmaaankiglanlgljlakj
URL Officiel https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj
Description Go back in time and see how a specific page used to look using a variety of page caching/archiving services
Taille du Fichier 38.93 KB
Nombre d'Installations 7,000
Version Actuelle 0.1
Dernière Mise à Jour 2015-08-12
Date de Publication 2015-08-12
Évaluation 3.00/5 Total 14 Évaluations
Développeur Danny Pesses
Type de Paiement free
Langues Prises en Charge 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"
}