When was this website published?
Find out when the webpage you currently browse was created
Cos'è When was this website published??
When was this website published? è un'estensione di Chrome sviluppata da Sebastian Pältz, e la sua funzione principale è "Find out when the webpage you currently browse was created".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione When was this website published?
Scarica i file di estensione When was this website published? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | When was this website published? |
ID | ippcpkdkcjdghdnodahajpjdolfibjon |
URL Ufficiale | https://chromewebstore.google.com/detail/when-was-this-website-pub/ippcpkdkcjdghdnodahajpjdolfibjon |
Descrizione | Find out when the webpage you currently browse was created |
Dimensione del File | 12.08 KB |
Conteggio Installazioni | 4,636 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-06-22 |
Data di Pubblicazione | 2015-06-22 |
Valutazione | 4.73/5 Totale 15 Valutazioni |
Sviluppatore | Sebastian Pältz |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |