History Analyzer
View statistics of your chrome browser history.
What is History Analyzer?
History Analyzer is a Chrome extension developed by fatimeseelimi, and its main feature is "View statistics of your chrome browser history.".
Extension Screenshots
Download History Analyzer Extension CRX File
Download History Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
Official URL | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
Description | View statistics of your chrome browser history. |
File Size | 66.92 KB |
Installation Count | 161 |
Current Version | 1 |
Last Updated | 2018-09-09 |
Publish Date | 2018-09-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | fatimeseelimi |
Payment Type | free |
Supported Languages | 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'" } |