GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
Что такое GitLab Poop 💩?
GitLab Poop 💩 - это расширение Chrome, разработанное https://marcofugaro.it, и его основная функция - "Gives a brand new restyle to the GitLab logo!".
Снимки экрана расширения
Скачать файл CRX расширения GitLab Poop 💩
Скачайте файлы расширений 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"
]
}
]
} | |