When was this website published?
Find out when the webpage you currently browse was created
O que é When was this website published??
When was this website published? é uma extensão do Chrome desenvolvida por Sebastian Pältz, e sua principal característica é "Find out when the webpage you currently browse was created".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão When was this website published?
Baixe arquivos de extensão When was this website published? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | When was this website published? |
ID | ippcpkdkcjdghdnodahajpjdolfibjon |
URL Oficial | https://chromewebstore.google.com/detail/when-was-this-website-pub/ippcpkdkcjdghdnodahajpjdolfibjon |
Descrição | Find out when the webpage you currently browse was created |
Tamanho do Arquivo | 12.08 KB |
Contagem de Instalações | 4,636 |
Versão Atual | 1.0.0 |
Última Atualização | 2015-06-22 |
Data de Publicação | 2015-06-22 |
Classificação | 4.73/5 Total de 15 Avaliações |
Desenvolvedor | Sebastian Pältz |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |