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
Eメール [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",
        ""
    ]
}