Por: Ayush Baliyan
Inspect and view changes in LeetCode Problem Link Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LeetCode Problem Link Helper",
"version": "1.0",
"description": "Automatically detects coding problems and provides LeetCode links",
"permissions": [
"storage",
"activeTab",
"contextMenus"
],
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup.html",
"default_title": "LeetCode Helper"
},
"web_accessible_resources": [
{
"resources": [
"leetcode-data.json"
],
"matches": [
"*://*/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "tuf-to-leetcode@ayushbaliyan.dev",
"strict_min_version": "109.0"
}
},
"host_permissions": [
"https://takeuforward.org/*"
]
} Mejores alternativas LeetCode Problem Link Helper
Aquí hay algunas Firefox add-ons que son similares a LeetCode Problem Link Helper:
LeetcodeEnhancer
Shub
URLGeekster
tanay
YeetCode
Md Sujauddin Sekh
LeetCode Video Solutions
Soumya Ranjan Mohanty (geekysrm)
LeetCode Classic
Chandrakishor Singh
Leetcode Helper
rujeetj
LeetJump - Leetcode quick search extension
lirena00
LeetPush
Adarsh kumar
LeetPlug
leetplug
LeetCode Contest Helper
imozo studio
LC Contest Helper
Sayan Bakshi