SVN Browser

Shows the SVN content.

SVN Browser란 무엇입니까?

SVN Browser은(는) Peter Prikryl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the SVN content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SVN Browser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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                    

확장 프로그램 기본 정보

이름 SVN Browser SVN Browser
ID fmecikjllhmgphepkbjdbngfedfiiabf
공식 URL https://chromewebstore.google.com/detail/svn-browser/fmecikjllhmgphepkbjdbngfedfiiabf
설명 Shows the SVN content.
파일 크기 53.41 KB
설치 횟수 2,571
현재 버전 0.7
최근 업데이트 2014-09-30
출시 날짜 2014-09-30
평점 3.46/5 총 13 개의 평점
개발자 Peter Prikryl
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pc.poradna.net/info/gdpr
지원되는 언어 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",
        ""
    ]
}