SVN Browser

Shows the SVN content.

SVN Browserคืออะไร?

SVN Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Prikryl และคุณลักษณะหลักของมันคือ "Shows the SVN content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SVN Browser

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        ""
    ]
}