HistoryX

A Chrome extension to enhance your browsing history experience.

HistoryXとは何ですか?

HistoryXはIan L.によって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to enhance your browsing history experience.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

HistoryX拡張機能のCRXファイルをダウンロード

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/                    

拡張機能の基本情報

名前 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.
Eメール [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'"
}