Review on GitHub
Review repositories on GitHub like a Pull Request
Cos'è Review on GitHub?
Review on GitHub è un'estensione di Chrome sviluppata da Sebastian Gräßl, e la sua funzione principale è "Review repositories on GitHub like a Pull Request".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Review on GitHub
Scarica i file di estensione Review on GitHub 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 adds the ability to github.com to make notes in files and add them as a compiled list to an issue.
Informazioni di Base sull'Estensione
Nome | Review on GitHub |
ID | eenlonmglmdookfbknbmcgjkpomndjdp |
URL Ufficiale | https://chromewebstore.google.com/detail/review-on-github/eenlonmglmdookfbknbmcgjkpomndjdp |
Descrizione | Review repositories on GitHub like a Pull Request |
Dimensione del File | 25.81 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-05-12 |
Data di Pubblicazione | 2016-05-12 |
Sviluppatore | Sebastian Gräßl |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bastilian/ReviewOnGitHub |
URL della Pagina di Aiuto | https://github.com/bastilian/ReviewOnGitHub/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Review on GitHub", "description": "Review repositories on GitHub like a Pull Request", "version": "1.0.1", "icons": { "256": "icon.png" }, "permissions": [ "https:\/\/github.com\/*" ], "web_accessible_resources": [ "vendor\/marked.min.js", "components\/notes-button.js", "components\/note-link.js", "components\/file-view.js", "components\/note-form.js", "components\/line-note.js", "components\/notes-list.js", "lib.js", "db.js", "review.js", "review.css" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "review.css" ], "js": [ "inject.js" ] } ] } |