History Analyzer
View statistics of your chrome browser history.
Что такое History Analyzer?
History Analyzer - это расширение Chrome, разработанное fatimeseelimi, и его основная функция - "View statistics of your chrome browser history.".
Снимки экрана расширения
Скачать файл CRX расширения History Analyzer
Скачайте файлы расширений History Analyzer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
View statistics of the pages you've visited in chrome's new tab. This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.
Основная информация о расширении
Название | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
Официальный URL | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
Описание | View statistics of your chrome browser history. |
Размер файла | 66.92 KB |
Количество установок | 161 |
Текущая Версия | 1 |
Последнее Обновление | 2018-09-09 |
Дата публикации | 2018-09-09 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | fatimeseelimi |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Analyzer", "description": "View statistics of your chrome browser history.", "version": "1", "author": "Fatime Selimi", "browser_action": { "default_title": "Have a good day" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "history" ], "options_page": "newtab.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |