Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
Cos'è Github BFF: Better Fork Finder?
Github BFF: Better Fork Finder è un'estensione di Chrome sviluppata da Sridatta Thatipamala, e la sua funzione principale è "Alerts you when there is a more active fork of the Github repo you are viewing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github BFF: Better Fork Finder
Scarica i file di estensione Github BFF: Better Fork Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | mohkigeiagechfjbifdedgiicfhalipo |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
| Descrizione | Alerts you when there is a more active fork of the Github repo you are viewing |
| Dimensione del File | 36.44 KB |
| Conteggio Installazioni | 43 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2012-09-27 |
| Data di Pubblicazione | 2012-09-26 |
| Valutazione | 4.17/5 Totale 6 Valutazioni |
| Sviluppatore | Sridatta Thatipamala |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |