Histree
View your browsing history as a tree
¿Qué es Histree?
Histree es una extensión de Chrome desarrollada por themacrochip, y su función principal es "View your browsing history as a tree".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Histree
Descarga archivos de extensión Histree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Your browser history is your mind map. The journey of how you got to your information can be as important as the information itself. You want to know what you already read, what you tried that didn't work, and how you ended up on the page that you did.
Información Básica de la Extensión
Nombre | Histree |
ID | linpklflmolmnhckgoojppnfhajngaoh |
URL Oficial | https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh |
Descripción | View your browsing history as a tree |
Tamaño del Archivo | 328 KB |
Cantidad de Instalaciones | 23 |
Versión Actual | 1.5 |
Última Actualización | 2020-10-23 |
Fecha de Publicación | 2020-08-20 |
Desarrollador | themacrochip |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Histree", "version": "1.5", "description": "View your browsing history as a tree", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "history" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": false }, "icons": { "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "commands": { "show-tree": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Command+Shift+H" }, "description": "Show history tree" } }, "manifest_version": 2 } |