GitHub Pages

Add a link to the GitHub-Page of a GitHub repository

ما هو GitHub Pages؟

GitHub Pages هو إضافة Chrome تم تطويرها بواسطة Marco Rieger، والميزة الرئيسية لها هي "Add a link to the GitHub-Page of a GitHub repository".

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

screenshot

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

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

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

                                            

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

الاسم GitHub Pages GitHub Pages
ID opeajkladelglljdblcjgkiclppcbkae
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-pages/opeajkladelglljdblcjgkiclppcbkae
الوصف Add a link to the GitHub-Page of a GitHub repository
حجم الملف 7.93 KB
عدد التثبيتات 145
النسخة الحالية 1.2.0
آخر تحديث 2015-11-13
تاريخ النشر 2015-11-13
المطور Marco Rieger
نوع الدفع free
موقع الإضافة https://github.com/ins0/chrome-gh-pages
عنوان صفحة المساعدة https://github.com/ins0/chrome-gh-pages/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Pages",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Add a link to the GitHub-Page of a GitHub repository",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-gh-pages",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/gh-pages.js"
            ]
        }
    ]
}