Time Travel
Use this extension to easily check how the web page you're visiting looked like in the past.
O que é Time Travel?
Time Travel é uma extensão do Chrome desenvolvida por http://djuptho.com, e sua principal característica é "Use this extension to easily check how the web page you're visiting looked like in the past.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Time Travel
Baixe arquivos de extensão Time Travel 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
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.
Informações Básicas da Extensão
Nome | |
ID | nhnpgecjgnmgjgcdimdcaagipimnlefd |
URL Oficial | https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd |
Descrição | Use this extension to easily check how the web page you're visiting looked like in the past. |
Tamanho do Arquivo | 26.23 KB |
Contagem de Instalações | 635 |
Versão Atual | 1.0 |
Última Atualização | 2017-11-04 |
Data de Publicação | 2017-11-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://djuptho.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/djuptho/dev_portfolio/tree/master/time_travel |
Idiomas Suportados | 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" ] } |