Review on GitHub

Review repositories on GitHub like a Pull Request

Wat is Review on GitHub?

Review on GitHub is een Chrome-extensie ontwikkeld door Sebastian Gräßl, en de belangrijkste functie is "Review repositories on GitHub like a Pull Request".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Review on GitHub

Download Review on GitHub-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

                        This extension adds the ability to github.com to make notes in files and add them as a compiled list to an issue.                    

Basisinformatie over de Extensie

Naam Review on GitHub Review on GitHub
ID eenlonmglmdookfbknbmcgjkpomndjdp
Officiële URL https://chromewebstore.google.com/detail/review-on-github/eenlonmglmdookfbknbmcgjkpomndjdp
Beschrijving Review repositories on GitHub like a Pull Request
Bestandsgrootte 25.81 KB
Aantal Installaties 115
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-05-12
Publicatiedatum 2016-05-12
Ontwikkelaar Sebastian Gräßl
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/bastilian/ReviewOnGitHub
Help Pagina-URL https://github.com/bastilian/ReviewOnGitHub/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}