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": [ " |