The Circle of Life
A must-have for all Lion King fans!
什么是The Circle of Life?
The Circle of Life是由Ian Webster开发的Chrome扩展程序,该扩展的主要功能是“A must-have for all Lion King fans!”。
扩展截图
下载The Circle of Life扩展crx文件
下载The Circle of Life扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds some occasional flair to your browsing experience. 扩展基本信息
| 名称 | |
| ID | fdligjlbdahdinmljdhaehbinjeedpbn |
| 官方URL | https://chromewebstore.google.com/detail/the-circle-of-life/fdligjlbdahdinmljdhaehbinjeedpbn |
| 简介 | A must-have for all Lion King fans! |
| 文件大小 | 291 KB |
| 安装次数 | 26 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2016-03-01 |
| 上架时间 | 2016-02-27 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | Ian Webster |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/typpo/circle-of-life |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Circle of Life",
"version": "0.0.6",
"manifest_version": 2,
"description": "A must-have for all Lion King fans!",
"homepage_url": "http:\/\/ianww.com",
"icons": {
"16": "icons\/lion16.png",
"48": "icons\/lion48.png",
"128": "icons\/lion128.png"
},
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"options_page": "src\/options\/index.html",
"permissions": [
"tabs"
]
} | |