Simple History

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

Simple History là gì?

Simple History là một tiện ích mở rộng Chrome được phát triển bởi Miqdad Ali K, và tính năng chính của nó là "A basic history tool to view visted site, no of visists and last visited".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple History

Tải xuống các tệp mở rộng Simple History dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple History Simple History
ID nlnocjkcmekdoghcabgkflhpliibmoha
URL Chính Thức https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha
Mô tả A basic history tool to view visted site, no of visists and last visited
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-02-23
Ngày Phát Hành 2016-02-23
Nhà Phát Triển Miqdad Ali K
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}