Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
Co to jest Github BFF: Better Fork Finder?
Github BFF: Better Fork Finder to rozszerzenie Chrome opracowane przez Sridatta Thatipamala, a jego główną funkcją jest „Alerts you when there is a more active fork of the Github repo you are viewing”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github BFF: Better Fork Finder
Pobierz pliki rozszerzeń Github BFF: Better Fork Finder 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mohkigeiagechfjbifdedgiicfhalipo |
| Oficjalny URL | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
| Opis | Alerts you when there is a more active fork of the Github repo you are viewing |
| Rozmiar pliku | 36.44 KB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2012-09-27 |
| Data Publikacji | 2012-09-26 |
| Ocena | 4.17/5 Łącznie 6 Oceny |
| Deweloper | Sridatta Thatipamala |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github BFF: Better Fork Finder",
"version": "1.0",
"manifest_version": 2,
"description": "Alerts you when there is a more active fork of the Github repo you are viewing",
"permissions": [
"https:\/\/github.com\/",
"https:\/\/api.github.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*"
],
"css": [
"style.css"
],
"js": [
"jquery.min.js",
"myscript.js"
]
}
]
} | |