SVN Browser

Shows the SVN content.

Wat is SVN Browser?

SVN Browser is een Chrome-extensie ontwikkeld door Peter Prikryl, en de belangrijkste functie is "Shows the SVN content.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SVN Browser

Download SVN Browser-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

                        # 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                    

Basisinformatie over de Extensie

Naam SVN Browser SVN Browser
ID fmecikjllhmgphepkbjdbngfedfiiabf
Officiële URL https://chromewebstore.google.com/detail/svn-browser/fmecikjllhmgphepkbjdbngfedfiiabf
Beschrijving Shows the SVN content.
Bestandsgrootte 53.41 KB
Aantal Installaties 2,571
Huidige Versie 0.7
Laatst Bijgewerkt 2014-09-30
Publicatiedatum 2014-09-30
Beoordeling 3.46/5 Totaal 13 Beoordelingen
Ontwikkelaar Peter Prikryl
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://pc.poradna.net/info/gdpr
Ondersteunde Talen 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",
        ""
    ]
}