GfG to LeetCode

Leetcode links in GeeksforGeeks Problems

GfG to LeetCode là gì?

GfG to LeetCode là một tiện ích mở rộng Chrome được phát triển bởi Aditya, và tính năng chính của nó là "Leetcode links in GeeksforGeeks Problems".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GfG to LeetCode

Tải xuống các tệp mở rộng GfG to LeetCode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension embeds leetcode links in geeksforgeeks problems page.

If you prefer to solve problems on leetcode, this extension provides mapping of geeksforgeeks to leetcode problems, so by just one click this extension will take you to the same problem on leetcode.  

Feel free to suggest any updates and changes regarding the mappings here https://docs.google.com/spreadsheets/d/1Lw3WEKb-fa4FLSH7Q2E1DD7kU1vd4WAOBXf2QDdqrho/edit#gid=0                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GfG to LeetCode GfG to LeetCode
ID dkodhhfojohfonoidpcheichdjbicnfg
URL Chính Thức https://chromewebstore.google.com/detail/gfg-to-leetcode/dkodhhfojohfonoidpcheichdjbicnfg
Mô tả Leetcode links in GeeksforGeeks Problems
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2024-01-05
Ngày Phát Hành 2022-07-05
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Aditya
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GfG to LeetCode",
    "version": "0.2.0",
    "manifest_version": 3,
    "description": "Leetcode links in GeeksforGeeks Problems",
    "icons": {
        "16": "myicon1.png",
        "48": "myicon2.png",
        "128": "myicon3.png"
    },
    "host_permissions": [
        "https:\/\/www.geeksforgeeks.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geeksforgeeks.org\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.geeksforgeeks.org\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "action": {
        "default_popup": "src\/inject\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}