SVN Browser

Shows the SVN content.

Qu'est-ce que SVN Browser ?

SVN Browser est une extension Chrome développée par Peter Prikryl, et sa fonction principale est "Shows the SVN content.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SVN Browser

Téléchargez les fichiers d'extension SVN Browser 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

                        # SVN Browser

Helps you to browse an SVN repository. While viewing resources in the SVN repository, the page action in the address bar appears. After clicking it, you can navigate to previous or next revision, view the current changeset and also review the changes in the diff view.

You can try its functions here:
http://svn.apache.org/repos/asf/

## Features

- View the commit message for a changeset.
- Navigate to previous or next revision of a resource.
- View all changes in a comprehensible summary of a changeset.
- View diff between revisions.

## Permissions

Web requests
: Used to analyze headers of the request to determine, whether it is an SVN resource.

## Credits

- jsdiff (https://github.com/kpdecker/jsdiff/) by Kevin Decker                    

Informations de Base sur l'Extension

Nom SVN Browser SVN Browser
ID fmecikjllhmgphepkbjdbngfedfiiabf
URL Officiel https://chromewebstore.google.com/detail/svn-browser/fmecikjllhmgphepkbjdbngfedfiiabf
Description Shows the SVN content.
Taille du Fichier 53.41 KB
Nombre d'Installations 2,571
Version Actuelle 0.7
Dernière Mise à Jour 2014-09-30
Date de Publication 2014-09-30
Évaluation 3.46/5 Total 13 Évaluations
Développeur Peter Prikryl
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pc.poradna.net/info/gdpr
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVN Browser",
    "version": "0.7",
    "manifest_version": 2,
    "description": "Shows the SVN content.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "images\/page-action.png",
        "default_title": "SVN",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        ""
    ]
}