Github HTML Preview in New tab

Github HTML Preview provide a quick way to preview the html files in new tab

ما هو Github HTML Preview in New tab؟

Github HTML Preview in New tab هو إضافة Chrome تم تطويرها بواسطة nuxdie، والميزة الرئيسية لها هي "Github HTML Preview provide a quick way to preview the html files in new tab".

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

screenshot

تحميل ملف CRX للإضافة Github HTML Preview in New tab

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

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

                                            

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

الاسم Github HTML Preview in New tab Github HTML Preview in New tab
ID fepepbplpljmbgigikdechdokijggdjd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/github-html-preview-in-ne/fepepbplpljmbgigikdechdokijggdjd
الوصف Github HTML Preview provide a quick way to preview the html files in new tab
حجم الملف 20.38 KB
عدد التثبيتات 14
النسخة الحالية 1.0
آخر تحديث 2018-01-26
تاريخ النشر 2018-01-26
تقييم 1.00/5 مجموع تقييمات 1
المطور nuxdie
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/nuxdie/gh-html-view
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "github_preview.js"
            ],
            "matches": [
                "http:\/\/github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "description": "Github HTML Preview provide a quick way to preview the html files in new tab",
    "icons": {
        "128": "github_128.png",
        "16": "github_16.png",
        "48": "github_48.png"
    },
    "manifest_version": 2,
    "name": "Github HTML Preview in New tab",
    "permissions": [
        "https:\/\/github.com\/*",
        "http:\/\/github.com\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}