Simple History

A basic history tool to view visted site, no of visists and last visited

Simple Historyとは何ですか?

Simple HistoryはMiqdad Ali Kによって開発されたChromeの拡張機能で、その主な機能は「A basic history tool to view visted site, no of visists and last visited」です。

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

screenshot
screenshot

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

Simple History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Single click to view your all browsing historyView all your browsing history and total number of visit to particular URL.

You can easily view your web hostory with total visit count, last visited time and search history

Features

* Daily visit history
* No.of visit to particular URL
* Last visited date
* Easy search for URL or title of the page                    

拡張機能の基本情報

名前 Simple History Simple History
ID nlnocjkcmekdoghcabgkflhpliibmoha
公式URL https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha
説明 A basic history tool to view visted site, no of visists and last visited
ファイルサイズ 146 KB
インストール数 123
現在のバージョン 1.1
最終更新日 2016-02-23
公開日 2016-02-23
開発者 Miqdad Ali K
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple History",
    "description": "A basic history tool to view visted site, no of visists and last visited",
    "version": "1.1",
    "permissions": [
        "history"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}