InterviewBit

Leetcode and GeeksforGeeks links in InterviewBit

Apa itu InterviewBit?

InterviewBit adalah ekstensi Chrome yang dikembangkan oleh satviksr, dan fitur utamanya adalah "Leetcode and GeeksforGeeks links in InterviewBit".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi InterviewBit

Unduh file ekstensi InterviewBit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama InterviewBit InterviewBit
ID healhengajmbpahbgiokccdoemnnlaak
URL Resmi https://chromewebstore.google.com/detail/interviewbit/healhengajmbpahbgiokccdoemnnlaak
Deskripsi Leetcode and GeeksforGeeks links in InterviewBit
Ukuran File 217 KB
Jumlah Instalasi 3,452
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-10-25
Tanggal Publikasi 2020-10-24
Penilaian 4.94/5 Total 16 Penilaian
Pengembang satviksr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/satu0king/InterviewBit-Extension
Bahasa yang Didukung 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\/*"
    ]
}