Simple History

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

Что такое Simple History?

Simple History - это расширение Chrome, разработанное Miqdad Ali K, и его основная функция - "A basic history tool to view visted site, no of visists and last visited".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Simple History

Скачайте файлы расширений 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"
    ]
}