InterviewBit

Leetcode and GeeksforGeeks links in InterviewBit

InterviewBitคืออะไร?

InterviewBit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย satviksr และคุณลักษณะหลักของมันคือ "Leetcode and GeeksforGeeks links in InterviewBit"

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

screenshot
screenshot

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

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

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

                        This extension embeds Leetcode and GeeksforGeeks links in InterviewBit. This helps users find the same question in InterviewBit on other coding platforms.                    

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

ชื่อ InterviewBit InterviewBit
ID healhengajmbpahbgiokccdoemnnlaak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/interviewbit/healhengajmbpahbgiokccdoemnnlaak
คำอธิบาย Leetcode and GeeksforGeeks links in InterviewBit
ขนาดไฟล์ 217 KB
จำนวนการติดตั้ง 3,452
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-10-25
วันที่เผยแพร่ 2020-10-24
คะแนน 4.94/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา satviksr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/satu0king/InterviewBit-Extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InterviewBit",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Leetcode and GeeksforGeeks links in InterviewBit",
    "homepage_url": "https:\/\/www.interviewbit.com\/courses\/programming\/",
    "icons": {
        "16": "icons\/ib.png",
        "48": "icons\/ib.png",
        "128": "icons\/ib.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.interviewbit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.interviewbit.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.interviewbit.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/*",
        "icons\/*"
    ]
}