Octopull

Octopull is a tool that extends GitHub pull-requests with additional static analysis results.

Octopull क्या है?

Octopull http://rmhartog.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Octopull is a tool that extends GitHub pull-requests with additional static analysis results."।

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

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

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

                        Octopull is a tool that extends GitHub pull-requests with additional static analysis results.                    

एक्सटेंशन की मूल जानकारी

नाम Octopull Octopull
ID pnpjfmionfckocmegdmijflakfoigjmk
आधिकारिक URL https://chrome.google.com/webstore/detail/octopull/pnpjfmionfckocmegdmijflakfoigjmk
विवरण Octopull is a tool that extends GitHub pull-requests with additional static analysis results.
फ़ाइल का आकार 169 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2015-08-31
प्रकाशन तिथि 2015-08-31
डेवलपर http://rmhartog.me
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://octopull.rmhartog.me/
सहायता पृष्ठ URL https://octopull.rmhartog.me/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octopull",
    "version": "1.2.2",
    "manifest_version": 2,
    "author": "Reinier Hartog",
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/octopull.rmhartog.me\/*",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "octopull.css"
            ],
            "js": [
                "octopull.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/octopull.rmhartog.me\/*"
            ],
            "css": [
                "extension_installed.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*.html"
    ]
}