GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
什么是GitLab Poop 💩?
GitLab Poop 💩是由https://marcofugaro.it开发的Chrome扩展程序,该扩展的主要功能是“Gives a brand new restyle to the GitLab logo!”。
扩展截图
下载GitLab Poop 💩扩展crx文件
下载GitLab Poop 💩扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
💩 扩展基本信息
| 名称 | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| 官方URL | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| 简介 | Gives a brand new restyle to the GitLab logo! |
| 文件大小 | 33.55 KB |
| 安装次数 | 13 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-02-01 |
| 上架时间 | 2017-02-01 |
| 开发者 | https://marcofugaro.it |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/marcofugaro/gitlab-poop |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitLab Poop \ud83d\udca9",
"version": "1.0",
"manifest_version": 2,
"description": "Gives a brand new restyle to the GitLab logo!",
"permissions": [
"tabs",
"*:\/\/*.gitlab.com\/*"
],
"icons": {
"128": "poop-emoji.png"
},
"web_accessible_resources": [
"poop-emoji.png"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.gitlab.com\/*"
],
"run_at": "document_end",
"js": [
"gitlab-poop.js"
]
}
]
} | |