HistoryX

A Chrome extension to enhance your browsing history experience.

¿Qué es HistoryX?

HistoryX es una extensión de Chrome desarrollada por Ian L., y su función principal es "A Chrome extension to enhance your browsing history experience.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HistoryX

Descarga archivos de extensión HistoryX 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

                        HistoryX is the first, and last fully featured history page / viewer you will ever need. It will replace your existing history page with one that is leaner, and expanded with functionality.

It is ideal for regular, and power users alike. The former can take advantage of the improved interface, and smooth materialesque browsing experience, while the latter can take advantage of the search, sort, group, and filter features.

It is being actively maintained.

100% ad, and tracker-free.

***

Powered by React, Redux, and Ant Design.

Free, and open source with the MIT license.
https://github.com/MrSaints/historyx

***

Built with <3 by Ian L.
https://www.fyianlai.com/                    

Información Básica de la Extensión

Nombre HistoryX HistoryX
ID eogcblpflkiminggblnpdhmdkihgceif
URL Oficial https://chrome.google.com/webstore/detail/historyx/eogcblpflkiminggblnpdhmdkihgceif
Descripción A Chrome extension to enhance your browsing history experience.
Tamaño del Archivo 469 KB
Cantidad de Instalaciones 30
Versión Actual 3.1.0
Última Actualización 2018-03-15
Fecha de Publicación 2018-03-15
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Ian L.
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.fyianlai.com/2015/09/introducing-historyx-for-chrome/
URL de la Página de Ayuda https://github.com/MrSaints/historyx
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HistoryX",
    "description": "A Chrome extension to enhance your browsing history experience.",
    "version": "3.1.0",
    "minimum_chrome_version": "31",
    "icons": {
        "16": "build\/static\/img\/icon16.png",
        "48": "build\/static\/img\/icon48.png",
        "128": "build\/static\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "history": "build\/index.html"
    },
    "permissions": [
        "history",
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}