SVN Browser

Shows the SVN content.

Apa itu SVN Browser?

SVN Browser adalah ekstensi Chrome yang dikembangkan oleh Peter Prikryl, dan fitur utamanya adalah "Shows the SVN content.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SVN Browser

Unduh file ekstensi SVN Browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        # 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                    

Informasi Dasar Ekstensi

Nama SVN Browser SVN Browser
ID fmecikjllhmgphepkbjdbngfedfiiabf
URL Resmi https://chromewebstore.google.com/detail/svn-browser/fmecikjllhmgphepkbjdbngfedfiiabf
Deskripsi Shows the SVN content.
Ukuran File 53.41 KB
Jumlah Instalasi 2,571
Versi Saat Ini 0.7
Terakhir Diperbarui 2014-09-30
Tanggal Publikasi 2014-09-30
Penilaian 3.46/5 Total 13 Penilaian
Pengembang Peter Prikryl
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://pc.poradna.net/info/gdpr
Bahasa yang Didukung 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",
        ""
    ]
}