Iconic History

Visualize your browser history with favicons.

Что такое Iconic History?

Iconic History - это расширение Chrome, разработанное yemount, и его основная функция - "Visualize your browser history with favicons.".

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

screenshot

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

Скачайте файлы расширений Iconic History в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Iconic History is a Chrome extension that visualizes your browser history in favicons. It creates a favicon for each url you visited, and then compiles all favicons into a huge sequence based on access time. You can not only see all history in the past four months in a page, but also identify personal browsing habits through the straightforward visual presentation of your online life.                    

Основная информация о расширении

Название Iconic History Iconic History
ID hfacpfhgpmaifaanbmgbbjkfgelookom
Официальный URL https://chromewebstore.google.com/detail/iconic-history/hfacpfhgpmaifaanbmgbbjkfgelookom
Описание Visualize your browser history with favicons.
Размер файла 63.48 KB
Количество установок 3,706
Текущая Версия 1.0
Последнее Обновление 2014-03-17
Дата публикации 2014-03-17
Рейтинг 4.47/5 Всего 34 оценок
Разработчик yemount
Тип оплаты free
Официальный сайт расширения http://shan-huang.com/browserdatavis/index.html
URL страницы помощи https://github.com/yemount/IconicHistory
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iconic History",
    "description": "Visualize your browser history with favicons.",
    "version": "1.0",
    "permissions": [
        "chrome:\/\/favicon\/",
        "history"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}