HistoryX
A Chrome extension to enhance your browsing history experience.
Τι είναι το HistoryX;
Το HistoryX είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ian L., και η κύρια λειτουργία του είναι "A Chrome extension to enhance your browsing history experience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HistoryX
Λήψη αρχείων επέκτασης HistoryX σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eogcblpflkiminggblnpdhmdkihgceif |
Επίσημο URL | https://chrome.google.com/webstore/detail/historyx/eogcblpflkiminggblnpdhmdkihgceif |
Περιγραφή | A Chrome extension to enhance your browsing history experience. |
Μέγεθος Αρχείου | 469 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 3.1.0 |
Τελευταία Ενημέρωση | 2018-03-15 |
Ημερομηνία Δημοσίευσης | 2018-03-15 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Ian L. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.fyianlai.com/2015/09/introducing-historyx-for-chrome/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/MrSaints/historyx |
Υποστηριζόμενες Γλώσσες | 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'" } |