HistoryX

A Chrome extension to enhance your browsing history experience.

HistoryX क्या है?

HistoryX Ian L. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to enhance your browsing history experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HistoryX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम HistoryX HistoryX
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'"
}