Git Git Hooray
Celebrate first time contributors on GitHub
什么是Git Git Hooray?
Git Git Hooray是由Paul Molluzzo开发的Chrome扩展程序,该扩展的主要功能是“Celebrate first time contributors on GitHub”。
扩展截图
下载Git Git Hooray扩展crx文件
下载Git Git Hooray扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
扩展基本信息
名称 | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
官方URL | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
简介 | Celebrate first time contributors on GitHub |
文件大小 | 24.91 KB |
安装次数 | 14 |
当前版本 | 1.1.0 |
更新时间 | 2017-03-27 |
上架时间 | 2017-03-27 |
开发者 | Paul Molluzzo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/paulmolluzzo/git-git-hooray |
帮助页面URL | https://github.com/paulmolluzzo/git-git-hooray/issues |
支持的语言 | 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" ] } ] } |