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擴充功能。
擴展使用說明
💩
擴展基本資訊
名稱 | GitLab Poop 💩 |
ID | eemdikccingkbfelcccolfigihhlpgnp |
官方網址 | 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" ] } ] } |