Tree History
This extension demonstrates history as tree
什么是Tree History?
Tree History是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension demonstrates history as tree”。
扩展截图
下载Tree History扩展crx文件
下载Tree History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | kfgnedbkboedeildkjiodjhpldgfekjm |
| 官方URL | https://chromewebstore.google.com/detail/tree-history/kfgnedbkboedeildkjiodjhpldgfekjm |
| 简介 | This extension demonstrates history as tree |
| 文件大小 | 64.09 KB |
| 安装次数 | 260 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2014-05-25 |
| 上架时间 | 2014-05-25 |
| 评分 | 3.47/5 共15次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tree History",
"short_name": "Tree History",
"description": "This extension demonstrates history as tree",
"version": "0.0.0.2",
"icons": {
"16": "16p.png",
"32": "32p.png",
"48": "48p.png",
"128": "128p.png"
},
"permissions": [
"tabs",
"history"
],
"background": {
"scripts": [
"navigationsListener.js"
],
"persistent": true
},
"chrome_url_overrides": {
"history": "main.html"
}
} | |