By: Shivam Shukla
Inspect and view changes in AI Code Organizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "AI Code Organizer",
"version": "1.0.0",
"description": "Organize AI-generated code into projects and manage local files with AI assistants",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"https://chat.openai.com/*",
"https://claude.ai/*",
"https://gemini.google.com/*",
"https://copilot.microsoft.com/*",
"https://poe.com/*",
"https://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "ai-code-organizer@shivamshukla.dev",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://chat.openai.com/*",
"https://claude.ai/*",
"https://gemini.google.com/*",
"https://copilot.microsoft.com/*",
"https://poe.com/*",
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
],
"css": [
"sidebar.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"sidebar.css"
],
"matches": [
"<all_urls>"
]
}
]
} Best AI Code Organizer Alternatives
Here are some Firefox add-ons that are similar to AI Code Organizer:
BringYourAI: Connect VSCode to ChatGPT
BringYourAI
AI Power Tools
Francesco
Save Your AI Chats
Robert Silven
AI Timeline: AI Chat Enhancement Plugin
houyanchao
AI Toolbox
Arash Yoosefdoost
AI Prompts
Ariel Flesler
Matrix AI Prompt Architect
Zenfyre
AI Chat Export
deadrat
Save my Chatbot - AI Conversation Exporter
Hugo COLLIN
AI Exporter - Gemini to PDF & Sync to Notion
Colin
AI Chat Export Helper
Micropolis
AIKTP: All-in-One AI
3F Solutions