Simple History

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

Apa itu Simple History?

Simple History adalah ekstensi Chrome yang dikembangkan oleh Miqdad Ali K, dan fitur utamanya adalah "A basic history tool to view visted site, no of visists and last visited".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple History

Unduh file ekstensi Simple History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Simple History Simple History
ID nlnocjkcmekdoghcabgkflhpliibmoha
URL Resmi https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha
Deskripsi A basic history tool to view visted site, no of visists and last visited
Ukuran File 146 KB
Jumlah Instalasi 123
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-02-23
Tanggal Publikasi 2016-02-23
Pengembang Miqdad Ali K
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}