HistoryTree
HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.
O que é HistoryTree?
HistoryTree é uma extensão do Chrome desenvolvida por Michael Wehar, e sua principal característica é "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HistoryTree
Baixe arquivos de extensão HistoryTree 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
* What does it do? The web browser stores your history. But, it doesn't determine how one website leads you to another. HistoryTree takes your history and puts it together like a puzzle so that you can determine how you got from one place to another. * Who is it for? Anyone who has ever asked the question, "How did I get here?" It's common place to use the computer to work on a homework assignment and then end up watching a video on how JFK's brain went mysteriously missing after his assassination. As I said, "How did I get there?" Note: Your history is something that should be kept private. Our chrome extension runs entirely on your device within your browser. We recommend that you refrain from sharing history data with any external entities.
Informações Básicas da Extensão
Nome | HistoryTree |
ID | cllbcjjaobbeplenbfhlpnhcmhfehgep |
URL Oficial | https://chromewebstore.google.com/detail/historytree/cllbcjjaobbeplenbfhlpnhcmhfehgep |
Descrição | HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another. |
Tamanho do Arquivo | 42.42 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.1 |
Última Atualização | 2018-05-14 |
Data de Publicação | 2018-05-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Michael Wehar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://michaelwehar.com/metatree/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HistoryTree", "description": "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "history", "tabs" ] } |