Fabric Inline Comments

Allows you to see comments from related crashes without having to click on the related crash.

ما هو Fabric Inline Comments؟

Fabric Inline Comments هو إضافة Chrome تم تطويرها بواسطة Tony Cosentini، والميزة الرئيسية لها هي "Allows you to see comments from related crashes without having to click on the related crash.".

تحميل ملف CRX للإضافة Fabric Inline Comments

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

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

                        Additional details at https://github.com/tonycosentini/fabric_inline_comments/                    

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

الاسم Fabric Inline Comments Fabric Inline Comments
ID poddbenhhjkffbflkihlodhobneekpmm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm
الوصف Allows you to see comments from related crashes without having to click on the related crash.
حجم الملف 13.61 KB
عدد التثبيتات 12
النسخة الحالية 1.0.4
آخر تحديث 2015-05-31
تاريخ النشر 2015-05-31
تقييم 4.20/5 مجموع تقييمات 5
المطور Tony Cosentini
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabric Inline Comments",
    "description": "Allows you to see comments from related crashes without having to click on the related crash.",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fabric.io\/*"
            ],
            "js": [
                "arrive.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "script.js.map"
    ]
}