Github Notable Comments

Lets you easily navigate between the notable comments on github

Github Notable Commentsคืออะไร?

Github Notable Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kamranahmed.se และคุณลักษณะหลักของมันคือ "Lets you easily navigate between the notable comments on github"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Notable Comments

ดาวน์โหลดไฟล์ส่วนขยาย Github Notable Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Github Notable Comments Github Notable Comments
ID jcppcdjgdbnibjdeeihllbefhpibmajf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf
คำอธิบาย Lets you easily navigate between the notable comments on github
ขนาดไฟล์ 13.17 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-04-20
วันที่เผยแพร่ 2018-04-20
ผู้พัฒนา kamranahmed.se
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/kamranahmedse/notable-comments
URL หน้าช่วยเหลือ http://github.com/kamranahmedse/notable-comments/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Notable Comments",
    "short_name": "github-notable-comments",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Lets you easily navigate between the notable comments on github",
    "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                ".\/styles\/main.css"
            ]
        }
    ]
}