SVN Browser

Shows the SVN content.

什么是SVN Browser?

SVN Browser是由Peter Prikryl开发的Chrome扩展程序,该扩展的主要功能是“Shows the SVN content.”。

扩展截图

screenshot
screenshot

下载SVN Browser扩展crx文件

下载SVN Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        # 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",
        ""
    ]
}