Git Git Hooray
Celebrate first time contributors on GitHub
Vad är Git Git Hooray?
Git Git Hooray är en Chrome-tillägg utvecklad av Paul Molluzzo, och dess huvudfunktion är "Celebrate first time contributors on GitHub".
Tilläggsskärmbilder
Ladda ner Git Git Hooray-förlängningens CRX-fil
Ladda ner Git Git Hooray-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Celebrate first time contributors on GitHub!
Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉 Grundläggande Information om Tillägg
| Namn | |
| ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
| Officiell webbadress | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
| Beskrivning | Celebrate first time contributors on GitHub |
| Filstorlek | 24.91 KB |
| Antal Installationer | 14 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2017-03-27 |
| Publiceringsdatum | 2017-03-27 |
| Utvecklare | Paul Molluzzo |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/paulmolluzzo/git-git-hooray |
| Hjälpsida URL | https://github.com/paulmolluzzo/git-git-hooray/issues |
| Stödda Språk | 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"
]
}
]
} | |