GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
GitLab Poop 💩 là gì?
GitLab Poop 💩 là một tiện ích mở rộng Chrome được phát triển bởi https://marcofugaro.it, và tính năng chính của nó là "Gives a brand new restyle to the GitLab logo!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GitLab Poop 💩
Tải xuống các tệp mở rộng GitLab Poop 💩 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
💩
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitLab Poop 💩 |
ID | eemdikccingkbfelcccolfigihhlpgnp |
URL Chính Thức | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
Mô tả | Gives a brand new restyle to the GitLab logo! |
Kích Thước Tệp | 33.55 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-02-01 |
Ngày Phát Hành | 2017-02-01 |
Nhà Phát Triển | https://marcofugaro.it |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/marcofugaro/gitlab-poop |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |