SVN Browser

Shows the SVN content.

O que é SVN Browser?

SVN Browser é uma extensão do Chrome desenvolvida por Peter Prikryl, e sua principal característica é "Shows the SVN content.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SVN Browser

Baixe arquivos de extensão SVN Browser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        # 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                    

Informações Básicas da Extensão

Nome SVN Browser SVN Browser
ID fmecikjllhmgphepkbjdbngfedfiiabf
URL Oficial https://chromewebstore.google.com/detail/svn-browser/fmecikjllhmgphepkbjdbngfedfiiabf
Descrição Shows the SVN content.
Tamanho do Arquivo 53.41 KB
Contagem de Instalações 2,571
Versão Atual 0.7
Última Atualização 2014-09-30
Data de Publicação 2014-09-30
Classificação 3.46/5 Total de 13 Avaliações
Desenvolvedor Peter Prikryl
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://pc.poradna.net/info/gdpr
Idiomas Suportados 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",
        ""
    ]
}