Github Pages Extension

Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.

ما هو Github Pages Extension؟

Github Pages Extension هو إضافة Chrome تم تطويرها بواسطة jan.monschke، والميزة الرئيسية لها هي "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Github Pages Extension

قم بتنزيل ملفات الامتداد Github Pages Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Github Pages Extension Github Pages Extension
ID abglkfedjobofmldleaiippfdmefooem
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem
الوصف Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
حجم الملف 65.59 KB
عدد التثبيتات 28
النسخة الحالية 1.0.1
آخر تحديث 2013-01-18
تاريخ النشر 2013-01-17
تقييم 3.00/5 مجموع تقييمات 2
المطور jan.monschke
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Pages Extension",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    }
}