Octopull

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

ما هو Octopull؟

Octopull هو إضافة Chrome تم تطويرها بواسطة http://rmhartog.me، والميزة الرئيسية لها هي "Octopull is a tool that extends GitHub pull-requests with additional static analysis results.".

تحميل ملف CRX للإضافة Octopull

قم بتنزيل ملفات الامتداد Octopull بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    ]
}