Git Git Hooray
Celebrate first time contributors on GitHub
Co to jest Git Git Hooray?
Git Git Hooray to rozszerzenie Chrome opracowane przez Paul Molluzzo, a jego główną funkcją jest „Celebrate first time contributors on GitHub”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Git Git Hooray
Pobierz pliki rozszerzeń Git Git Hooray w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Celebrate first time contributors on GitHub!
Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
| Oficjalny URL | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
| Opis | Celebrate first time contributors on GitHub |
| Rozmiar pliku | 24.91 KB |
| Liczba instalacji | 14 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2017-03-27 |
| Data Publikacji | 2017-03-27 |
| Deweloper | Paul Molluzzo |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/paulmolluzzo/git-git-hooray |
| Adres URL Strony Pomocy | https://github.com/paulmolluzzo/git-git-hooray/issues |
| Obsługiwane Języki | 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"
]
}
]
} | |