Git Up
Move Github repository's readme to the top
Cos'è Git Up?
Git Up è un'estensione di Chrome sviluppata da Aniket Kudale, e la sua funzione principale è "Move Github repository's readme to the top".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Git Up
Scarica i file di estensione Git Up 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
This extension moves the readme of Github Repository to the top.
Informazioni di Base sull'Estensione
Nome | |
ID | ippcncckpdiaahmmolbilefbldgibmff |
URL Ufficiale | https://chrome.google.com/webstore/detail/git-up/ippcncckpdiaahmmolbilefbldgibmff |
Descrizione | Move Github repository's readme to the top |
Dimensione del File | 10.5 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-09-23 |
Data di Pubblicazione | 2020-09-20 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Aniket Kudale |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Up", "version": "1.1", "manifest_version": 2, "description": "Move Github repository's readme to the top", "homepage_url": "https:\/\/www.aniket.co", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/style.css" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/github.com\/*" ] } |