History Analyzer
View statistics of your chrome browser history.
什么是History Analyzer?
History Analyzer是由fatimeseelimi开发的Chrome扩展程序,该扩展的主要功能是“View statistics of your chrome browser history.”。
扩展截图
下载History Analyzer扩展crx文件
下载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'" } |