제작자: jedwards1230
Inspect and view changes in LeetCode Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LeetCode Timer",
"version": "1.0.3",
"author": "Justin Edwards",
"description": "Web extension for timing LeetCode problems.",
"permissions": [
"activeTab",
"storage",
"*://*.leetcode.com/problems/*"
],
"content_scripts": [
{
"matches": [
"*://*.leetcode.com/problems/*"
],
"js": [
"dist/contentscript.js"
]
}
],
"page_action": {
"browser_style": true,
"default_icon": {
"19": "dist/icon-clock.svg",
"38": "dist/icon-clock.svg"
},
"show_matches": [
"*://*.leetcode.com/problems/*"
],
"default_title": "Leetcode Timer",
"default_popup": "dist/main.html"
},
"browser_specific_settings": {
"gecko": {
"id": "jedwards1230@leetcodetimer",
"strict_min_version": "90.0"
}
}
} 최고의 LeetCode Timer 대안
다음은 LeetCode Timer과(와) 유사한 Firefox add-on입니다: