Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
Wat is Github BFF: Better Fork Finder?
Github BFF: Better Fork Finder is een Chrome-extensie ontwikkeld door Sridatta Thatipamala, en de belangrijkste functie is "Alerts you when there is a more active fork of the Github repo you are viewing".
Extensie Screenshots
Download het CRX-bestand van de extensie Github BFF: Better Fork Finder
Download Github BFF: Better Fork Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | mohkigeiagechfjbifdedgiicfhalipo |
| Officiële URL | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
| Beschrijving | Alerts you when there is a more active fork of the Github repo you are viewing |
| Bestandsgrootte | 36.44 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2012-09-27 |
| Publicatiedatum | 2012-09-26 |
| Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Sridatta Thatipamala |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |