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"
    ]
}