SVN Browser

Shows the SVN content.

SVN Browser là gì?

SVN Browser là một tiện ích mở rộng Chrome được phát triển bởi Peter Prikryl, và tính năng chính của nó là "Shows the SVN content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SVN Browser

Tải xuống các tệp mở rộng SVN Browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        # 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SVN Browser SVN Browser
ID fmecikjllhmgphepkbjdbngfedfiiabf
URL Chính Thức https://chromewebstore.google.com/detail/svn-browser/fmecikjllhmgphepkbjdbngfedfiiabf
Mô tả Shows the SVN content.
Kích Thước Tệp 53.41 KB
Số Lần Cài Đặt 2,571
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2014-09-30
Ngày Phát Hành 2014-09-30
Đánh Giá 3.46/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Peter Prikryl
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pc.poradna.net/info/gdpr
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}