GfG to LeetCode
Leetcode links in GeeksforGeeks Problems
GfG to LeetCodeคืออะไร?
GfG to LeetCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aditya และคุณลักษณะหลักของมันคือ "Leetcode links in GeeksforGeeks Problems"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GfG to LeetCode
ดาวน์โหลดไฟล์ส่วนขยาย GfG to LeetCode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GfG to LeetCode |
ID | dkodhhfojohfonoidpcheichdjbicnfg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gfg-to-leetcode/dkodhhfojohfonoidpcheichdjbicnfg |
คำอธิบาย | Leetcode links in GeeksforGeeks Problems |
ขนาดไฟล์ | 267 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2024-01-05 |
วันที่เผยแพร่ | 2022-07-05 |
คะแนน | 3.73/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Aditya |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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": [ " |