Git Git Hooray
Celebrate first time contributors on GitHub
Git Git Hooray là gì?
Git Git Hooray là một tiện ích mở rộng Chrome được phát triển bởi Paul Molluzzo, và tính năng chính của nó là "Celebrate first time contributors on GitHub".
Ả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 Git Git Hooray
Tải xuống các tệp mở rộng Git Git Hooray 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
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
URL Chính Thức | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
Mô tả | Celebrate first time contributors on GitHub |
Kích Thước Tệp | 24.91 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2017-03-27 |
Ngày Phát Hành | 2017-03-27 |
Nhà Phát Triển | Paul Molluzzo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/paulmolluzzo/git-git-hooray |
URL Trang Trợ Giúp | https://github.com/paulmolluzzo/git-git-hooray/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Git Hooray", "version": "1.1.0", "description": "Celebrate first time contributors on GitHub", "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray", "manifest_version": 2, "minimum_chrome_version": "49", "permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |