Github Wiki LiveEdit

Adding live editing features into Github wiki.

ما هو Github Wiki LiveEdit؟

Github Wiki LiveEdit هو إضافة Chrome تم تطويرها بواسطة Yuya Hashimoto، والميزة الرئيسية لها هي "Adding live editing features into Github wiki.".

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

تحميل ملف CRX للإضافة Github Wiki LiveEdit

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

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

                        Adding live editing features into Github wiki.                    

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

الاسم Github Wiki LiveEdit Github Wiki LiveEdit
ID hlldlinpdlhfhbdihggmipnjgbaibfnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-wiki-liveedit/hlldlinpdlhfhbdihggmipnjgbaibfnc
الوصف Adding live editing features into Github wiki.
حجم الملف 12.37 KB
عدد التثبيتات 78
النسخة الحالية 1.0.3
آخر تحديث 2016-05-03
تاريخ النشر 2016-05-03
تقييم 5.00/5 مجموع تقييمات 2
المطور Yuya Hashimoto
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/yuya/github-wiki-live-edit
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Wiki LiveEdit",
    "description": "Adding live editing features into Github wiki.",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "img\/icon-19.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/wiki\/*\/_edit",
                "https:\/\/github.com\/*\/wiki\/_new"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "19": "img\/icon-19.png",
        "38": "img\/[email protected]",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.gif"
    ],
    "manifest_version": 2
}