petit_deco_github
petit decoration chrome extension on github.
什么是petit_deco_github?
petit_deco_github是由http://nyangryy.hatenablog.com开发的Chrome扩展程序,该扩展的主要功能是“petit decoration chrome extension on github.”。
扩展截图
下载petit_deco_github扩展crx文件
下载petit_deco_github扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
https://github.com/nyangry/petit_deco_github 扩展基本信息
| 名称 | |
| ID | aieofhdmcaalkcopkmkcjmacfpigffdf |
| 官方URL | https://chrome.google.com/webstore/detail/petitdecogithub/aieofhdmcaalkcopkmkcjmacfpigffdf |
| 简介 | petit decoration chrome extension on github. |
| 文件大小 | 7.57 KB |
| 安装次数 | 28 |
| 当前版本 | 1.3.2 |
| 更新时间 | 2019-11-16 |
| 上架时间 | 2019-11-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | http://nyangryy.hatenablog.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/nyangry/petit_deco_github |
| 帮助页面URL | https://github.com/nyangry/petit_deco_github |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.2",
"manifest_version": 2,
"name": "petit_deco_github",
"description": "petit decoration chrome extension on github.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"content_scripts\/app.css"
],
"js": [
"content_scripts\/app.js"
]
}
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/*.github.com\/*",
"*:\/\/github.com\/*"
]
},
"permissions": [
"background",
"https:\/\/*\/",
"http:\/\/*\/",
"activeTab"
],
"web_accessible_resources": [
"content_scripts\/loader.gif"
]
} | |