Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
¿Qué es Github BFF: Better Fork Finder?
Github BFF: Better Fork Finder es una extensión de Chrome desarrollada por Sridatta Thatipamala, y su función principal es "Alerts you when there is a more active fork of the Github repo you are viewing".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Github BFF: Better Fork Finder
Descarga archivos de extensión Github BFF: Better Fork Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | Github BFF: Better Fork Finder |
ID | mohkigeiagechfjbifdedgiicfhalipo |
URL Oficial | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
Descripción | Alerts you when there is a more active fork of the Github repo you are viewing |
Tamaño del Archivo | 36.44 KB |
Cantidad de Instalaciones | 43 |
Versión Actual | 1.0 |
Última Actualización | 2012-09-27 |
Fecha de Publicación | 2012-09-26 |
Calificación | 4.17/5 Total de 6 Calificaciones |
Desarrollador | Sridatta Thatipamala |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |