GitHub Diff Explorer

The GitHub Diff Explorer is a minimalist browser add-on which generates a seamless file explorer in GitHub pull requests

Qu'est-ce que GitHub Diff Explorer ?

GitHub Diff Explorer est une extension Chrome développée par alexdodge, et sa fonction principale est "The GitHub Diff Explorer is a minimalist browser add-on which generates a seamless file explorer in GitHub pull requests".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitHub Diff Explorer

Téléchargez les fichiers d'extension GitHub Diff Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension provides:
- Dark mode styles for all supported browsers
- More screen real estate with a full width view and resizable explorer
- Improved review management and organization with collapsible folder views
- Deep links to line references and review comments
- Automatically marking viewed files in the folder view
- Support for all other GitHub PR functionality                    

Informations de Base sur l'Extension

Nom GitHub Diff Explorer GitHub Diff Explorer
ID kagcmhcnjehpeihgmcohmdceffihkglk
URL Officiel https://chromewebstore.google.com/detail/github-diff-explorer/kagcmhcnjehpeihgmcohmdceffihkglk
Description The GitHub Diff Explorer is a minimalist browser add-on which generates a seamless file explorer in GitHub pull requests
Taille du Fichier 110 KB
Nombre d'Installations 256
Version Actuelle 1.3.0
Dernière Mise à Jour 2021-03-09
Date de Publication 2019-07-26
Évaluation 5.00/5 Total 4 Évaluations
Développeur alexdodge
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gde.alexdodge.ca/
URL de la Page d'Aide https://github.com/alexmdodge/github-diff-explorer/issues
URL de la Page de Politique de Confidentialité https://gde.alexdodge.ca/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "1.3.0",
    "description": "The GitHub Diff Explorer is a minimalist browser add-on which generates a seamless file explorer in GitHub pull requests",
    "author": "Alex Dodge",
    "short_name": "GitHub Diff Explorer",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "GitHub Diff Explorer",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "css": [
                "lib\/gde_styles.css"
            ],
            "js": [
                "lib\/gde_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/github.com\/"
    ],
    "version_name": "1.3.0",
    "offline_enabled": true
}