GitHub Image Preview

Preview issue images on GitHub. https://github.com/samkessaram/git-preview

ما هو GitHub Image Preview؟

GitHub Image Preview هو إضافة Chrome تم تطويرها بواسطة samkessaram، والميزة الرئيسية لها هي "Preview issue images on GitHub. https://github.com/samkessaram/git-preview".

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

screenshot

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

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

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

                        Preview images on GitHub from the issues list view. An icon is added to any issue that contains images or screenshots. Click it to open a carousel and cycle through the images. Inspired by similar functionality in Reddit Enhancement Suite.                    

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

الاسم GitHub Image Preview GitHub Image Preview
ID jkappkhadcobonipjjgfkcmnkpapegma
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma
الوصف Preview issue images on GitHub. https://github.com/samkessaram/git-preview
حجم الملف 37.45 KB
عدد التثبيتات 15
النسخة الحالية 0.1.6
آخر تحديث 2018-01-04
تاريخ النشر 2018-01-04
تقييم 5.00/5 مجموع تقييمات 1
المطور samkessaram
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/samkessaram/git-preview
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Image Preview",
    "author": "Sam Kessaram",
    "version": "0.1.6",
    "description": "Preview issue images on GitHub. https:\/\/github.com\/samkessaram\/git-preview",
    "icons": {
        "128": "camera.png"
    },
    "web_accessible_resources": [
        "camera.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "scripts.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}