Por: bennie
Inspect and view changes in CodeWise - Optimise code for Developers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "CodeWise - Optimise code for Developers",
"browser_specific_settings": {
"gecko": {
"id": "codewise@swsdevs.co"
}
},
"version": "1.0.1",
"description": "Get AI-powered code optimization suggestions while browsing GitHub and other code-focused sites.",
"permissions": [
"scripting",
"contextMenus",
"activeTab",
"storage"
],
"host_permissions": [
"https://github.com/*",
"https://gitlab.com/*",
"https://bitbucket.org/*",
"https://stackoverflow.com/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/icon16.svg",
"48": "images/icon48.svg",
"128": "images/icon128.svg"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gitlab.com/*",
"https://bitbucket.org/*",
"https://stackoverflow.com/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "images/icon16.svg",
"48": "images/icon48.svg",
"128": "images/icon128.svg"
}
} Melhores alternativas CodeWise - Optimise code for Developers
Aqui estão algumas Firefox add-ons que são similares a CodeWise - Optimise code for Developers:
AI-powered Code Review AS
Grean Duoa
DevBooster - AI Coding Buddy
Promotino Ltd.
PR Code Reviewer
azzy
Code Analyzer
Abhishek
CodeWP For Firefox
Isotropic, LLC
Live Code Previewer Pro
Dixon
GitHub Web IDE
zvizvi
AlturaAI Copilot
Altura AI
Search and Display Code
codota-code-suggestions
Codota Code Suggestions
codota-code-suggestions
AlgoAssist
Varun Maramreddy
ThinkReview: AI Code Review for Pull Requests
Thinkode AI