Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
Hvad er Github BFF: Better Fork Finder?
Github BFF: Better Fork Finder er en Chrome-udvidelse udviklet af Sridatta Thatipamala, og dens hovedfunktion er "Alerts you when there is a more active fork of the Github repo you are viewing".
Udvidelsesskærmbilleder
Download Github BFF: Better Fork Finder-udvidelses-CRX-fil
Download Github BFF: Better Fork Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mohkigeiagechfjbifdedgiicfhalipo |
| Officiel URL | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
| Beskrivelse | Alerts you when there is a more active fork of the Github repo you are viewing |
| Filstørrelse | 36.44 KB |
| Antal Installationer | 43 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2012-09-27 |
| Udgivelsesdato | 2012-09-26 |
| Bedømmelse | 4.17/5 Samlet 6 Bedømmelser |
| Udvikler | Sridatta Thatipamala |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |