Time Travel

Use this extension to easily check how the web page you're visiting looked like in the past.

Qu'est-ce que Time Travel ?

Time Travel est une extension Chrome développée par http://djuptho.com, et sa fonction principale est "Use this extension to easily check how the web page you're visiting looked like in the past.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Time Travel

Téléchargez les fichiers d'extension Time Travel 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

                        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.                    

Informations de Base sur l'Extension

Nom Time Travel Time Travel
ID nhnpgecjgnmgjgcdimdcaagipimnlefd
URL Officiel https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd
Description Use this extension to easily check how the web page you're visiting looked like in the past.
Taille du Fichier 26.23 KB
Nombre d'Installations 635
Version Actuelle 1.0
Dernière Mise à Jour 2017-11-04
Date de Publication 2017-11-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://djuptho.com
Type de Paiement free
Site Web de l'Extension https://github.com/djuptho/dev_portfolio/tree/master/time_travel
Langues Prises en Charge 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"
    ]
}