Azure DevOps PR View

Improves the Azure DevOps pull request (PR) view to make code reviews easier

Τι είναι το Azure DevOps PR View;

Το Azure DevOps PR View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unimorphic, και η κύρια λειτουργία του είναι "Improves the Azure DevOps pull request (PR) view to make code reviews easier".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Azure DevOps PR View

Λήψη αρχείων επέκτασης Azure DevOps PR View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        All of the below features can be enabled/disabled via the extension's options page

Features:
Single Vertical Scrollbar
Removes the vertical scrollbars on individual files when viewing the files in a PR

Additional Full Screen Toggle Buttons
Adds a button to view in full screen mode when viewing a single commit and when creating a new PR. Operates similar to the full screen mode when viewing the files in a PR. Keyboard shortcut 'z' is also supported.

Code Zoom
Enables changing the zoom of code blocks by using ctrl + mouse wheel or manually via the options page and remembers the zoom level between sessions

True Full Screen
Toggles the browser's full screen mode when full screen mode is toggled via a button or the keyboard shortcut 'z'

Collapse Left Panel on Full Screen
Collapses/expands the left panel when full screen mode is toggled via a button or the keyboard shortcut 'z'

Comment Highlight Toggle
Adds a button that toggles the visibility of code comment highlights and remembers the visibility between sessions

Single Horizontal Scrollbar
Removes the horizontal scrollbars on individual files when viewing the files in a PR. Side-by-side view is not affected.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Azure DevOps PR View Azure DevOps PR View
ID imhdlkegjegakidnjoebonfmhklflnpl
Επίσημο URL https://chromewebstore.google.com/detail/azure-devops-pr-view/imhdlkegjegakidnjoebonfmhklflnpl
Περιγραφή Improves the Azure DevOps pull request (PR) view to make code reviews easier
Μέγεθος Αρχείου 264 KB
Αριθμός Εγκαταστάσεων 71
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2022-12-19
Ημερομηνία Δημοσίευσης 2022-11-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Unimorphic
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bitbucket.org/unimorphic/azuredevopsprview
Διεύθυνση URL της Σελίδας Βοήθειας https://bitbucket.org/unimorphic/azuredevopsprview/issues?status=new&status=open
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "\/logos\/logo16.png",
            "32": "\/logos\/logo32.png",
            "48": "\/logos\/logo48.png",
            "128": "\/logos\/logo128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Improves the Azure DevOps pull request (PR) view to make code reviews easier",
    "homepage_url": "https:\/\/bitbucket.org\/unimorphic\/azuredevopsprview",
    "host_permissions": [
        "https:\/\/dev.azure.com\/"
    ],
    "icons": {
        "16": "\/logos\/logo16.png",
        "32": "\/logos\/logo32.png",
        "48": "\/logos\/logo48.png",
        "128": "\/logos\/logo128.png"
    },
    "manifest_version": 3,
    "name": "Azure DevOps PR View",
    "options_page": "options\/options.html",
    "permissions": [
        "scripting",
        "storage",
        "webNavigation"
    ],
    "version": "0.6"
}