When was this website published?

Find out when the webpage you currently browse was created

Qu'est-ce que When was this website published? ?

When was this website published? est une extension Chrome développée par Sebastian Pältz, et sa fonction principale est "Find out when the webpage you currently browse was created".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension When was this website published?

Téléchargez les fichiers d'extension When was this website published? 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

                        Do you know this feeling ... you're browsing the web, maybe read an article or a blogpost ...
and there is nowhere to be found when the article was published, it might be totally outdated.

Simply click the icon and this extension will tell you as accurate as possible:
=======
When was the website that I'm currently visiting created?
=======

NOTE: 
Since this extension is using the Wayback machine which crawls the ENTIRE web, 
accuracy and availability are lacking sometimes.                    

Informations de Base sur l'Extension

Nom When was this website published? When was this website published?
ID ippcpkdkcjdghdnodahajpjdolfibjon
URL Officiel https://chromewebstore.google.com/detail/when-was-this-website-pub/ippcpkdkcjdghdnodahajpjdolfibjon
Description Find out when the webpage you currently browse was created
Taille du Fichier 12.08 KB
Nombre d'Installations 4,636
Version Actuelle 1.0.0
Dernière Mise à Jour 2015-06-22
Date de Publication 2015-06-22
Évaluation 4.73/5 Total 15 Évaluations
Développeur Sebastian Pältz
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "When was this website published?",
    "description": "Find out when the webpage you currently browse was created",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19x19.png",
            "38": "images\/icon38x38.png"
        },
        "default_title": "When was this website published",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "permissions": [
        "http:\/\/web.archive.org\/",
        "tabs"
    ],
    "manifest_version": 2
}