SVN Browser

Shows the SVN content.

SVN Browser क्या है?

SVN Browser Peter Prikryl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the SVN content."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SVN Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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