History Master
Visualize browsing history, Discover your unknown habits.
什么是History Master?
History Master是由jiacai2050开发的Chrome扩展程序,该扩展的主要功能是“Visualize browsing history, Discover your unknown habits.”。
扩展截图
下载History Master扩展crx文件
下载History Master扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Visualize browsing history, Sync among Chrome/Firefox.
https://github.com/jiacai2050/history-master 扩展基本信息
| 名称 | |
| ID | mkfgjjeggnmkbobjmelbjhdchcoadnin |
| 官方URL | https://chrome.google.com/webstore/detail/history-master/mkfgjjeggnmkbobjmelbjhdchcoadnin |
| 简介 | Visualize browsing history, Discover your unknown habits. |
| 文件大小 | 423 KB |
| 安装次数 | 2,000 |
| 当前版本 | 2.1.5 |
| 更新时间 | 2019-05-25 |
| 上架时间 | 2019-05-25 |
| 评分 | 3.50/5 共12次评分 |
| 开发者 | jiacai2050 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/jiacai2050/history-master |
| 帮助页面URL | https://github.com/jiacai2050/history-master/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Master",
"version": "2.1.5",
"description": "Visualize browsing history, Discover your unknown habits.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_ui": {
"page": "option\/index.html",
"chrome_style": false,
"open_in_tab": true
},
"browser_action": {
"browser_style": true,
"default_icon": {
"16": "option\/images\/16.png",
"32": "option\/images\/32.png",
"64": "option\/images\/64.png",
"128": "option\/images\/128.png"
},
"default_title": "History Master"
},
"icons": {
"16": "option\/images\/16.png",
"32": "option\/images\/32.png",
"64": "option\/images\/64.png",
"128": "option\/images\/128.png"
},
"permissions": [
"history",
"tabs",
"downloads",
"chrome:\/\/favicon\/"
],
"content_security_policy": "default-src 'self'; style-src https:\/\/cdnjs.cloudflare.com 'unsafe-inline'; img-src chrome:\/\/favicon; connect-src ws:\/\/localhost:* ; font-src https:\/\/* ;script-src https:\/\/cdnjs.cloudflare.com 'self' 'unsafe-eval'",
"manifest_version": 2
} | |