HistoryX
A Chrome extension to enhance your browsing history experience.
Wat is HistoryX?
HistoryX is een Chrome-extensie ontwikkeld door Ian L., en de belangrijkste functie is "A Chrome extension to enhance your browsing history experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie HistoryX
Download HistoryX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | eogcblpflkiminggblnpdhmdkihgceif |
Officiële URL | https://chrome.google.com/webstore/detail/historyx/eogcblpflkiminggblnpdhmdkihgceif |
Beschrijving | A Chrome extension to enhance your browsing history experience. |
Bestandsgrootte | 469 KB |
Aantal Installaties | 30 |
Huidige Versie | 3.1.0 |
Laatst Bijgewerkt | 2018-03-15 |
Publicatiedatum | 2018-03-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Ian L. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.fyianlai.com/2015/09/introducing-historyx-for-chrome/ |
Help Pagina-URL | https://github.com/MrSaints/historyx |
Ondersteunde Talen | 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'" } |