Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
Prompt Magnus AI 미리보기

Prompt Magnus AI 제작자: Arv

A browser extension to save, organize, and quickly access ChatGPT prompts.

0 (리뷰 0개)0 (리뷰 0개)
사용자 12명사용자 12명
Firefox를 다운로드하고 확장 기능을 받으세요
파일 다운로드

확장 메타 데이터

정보
Prompt Magnus AI — Save, organize, and inject your favorite ChatGPT prompts

Prompt Magnus AI adds a small floating bubble on ChatGPT (chat.openai.com / chatgpt.com) that opens a sleek prompt manager. Save your best prompts, group them into categories, favorite them, search instantly, and inject any prompt into the ChatGPT input with a click. It’s fast, private, and works entirely on your device.

What it does
One-click prompt insertion — Click Use to paste a saved prompt into ChatGPT’s message box.
Categories & favorites — Keep prompts tidy and surface your go-tos.
Blazing-fast search — Find prompts by name, category, or content.
Import / Export JSON — Back up your library or share it with teammates.
Beautiful in-page UI — Discreet floating bubble + modern panel that doesn’t get in the way.
Comes with starter prompts — A curated set of helpful, ready-to-use prompts.

How to use
Open chat.openai.com (or chatgpt.com).
Click the Prompt Magnus AI toolbar icon (top right) to toggle the floating bubble.
Click the bubble to open the panel.
Add Prompt (+), give it a name, category (optional), and paste your prompt.
Click Use on any prompt to insert it into the ChatGPT textbox.

Privacy & data
No accounts. No cloud. No tracking.
Your prompts are stored locally via storage.local on your device only.
The extension does not send your data anywhere, except when you choose Export (a local file download).

Permissions explained
storage — Save your prompt library locally.
activeTab, tabs — Detect whether you’re on ChatGPT and send the “toggle panel” message to that tab.
Host access: chat.openai.com, chatgpt.com — Inject the in-page UI where you use it.
Notes
Works on ChatGPT’s official sites only.
Not affiliated with OpenAI or ChatGPT.

What’s new (v1.3)
1. Enhanced Security
Initial Version: Used innerHTML assignments which posed XSS risks and had CSP issues with 'unsafe-eval'

Current Version:
Replaced all innerHTML assignments with safer DOM manipulation methods
Removed 'unsafe-eval' from Content Security Policy
Added input sanitization functions
Eliminated potentially unsafe code patterns
  1. Better Firefox Compatibility
    Initial Version: Had syntax errors and CSP violations that prevented Firefox submission

Current Version:
Fixed all JavaScript syntax errors
Properly configured manifest with browser_specific_settings instead of deprecated applications
Removed ES6 module imports that Firefox restricts in content scripts
Optimized for Firefox 102.0+ only
  1. Improved UI/UX
    Initial Version: Favorites button was in a separate location from import/export buttons

Current Version:
Moved favorites (star) button to be next to import/export buttons as per user preference
Better organized header layout with all action buttons grouped together
Cleaner UI structure with improved visual hierarchy
  1. Code Quality and Maintainability
    Initial Version: Had duplicate variable declarations and syntax issues

Current Version:
Fixed duplicate variable declarations (like searchDebounceTimer)
Removed unnecessary export statements in bundled version
Cleaned up file structure by removing obsolete files
Better organized modular architecture
  1. Build Process Improvements
    Initial Version: Had build errors and syntax issues in the bundled file

Current Version:
Build script now properly handles all module combinations
No syntax errors in the bundled content script
Verified working build with node -c bundled_content.js
  1. Documentation and Usability
    Initial Version: Limited documentation for Firefox-specific issues

Current Version:
Added comprehensive README_FIREFOX.md documentation
Clear instructions for Firefox installation and building
Better organized information about Firefox-specific changes
These improvements have transformed the extension from a version that had submission errors and security issues to a robust, Firefox-optimized extension that maintains all original functionality while being more secure and user-friendly.

I've fixed the issue with prompt injection and paragraph spacing. Here's what was done:

Identified the Problem:
The previous implementation used textContent which doesn't preserve formatting like line breaks
Prompts contain newline characters (\n) for formatting that weren't being converted to proper line breaks

Implemented the Solution:
For textarea elements: Kept the direct value assignment since textareas naturally preserve newlines

For contenteditable divs:
Added proper HTML escaping to prevent XSS vulnerabilities
Converted newline characters to <br> tags for proper formatting
Used innerHTML instead of textContent to preserve the formatting

Security Considerations:
Added HTML escaping before converting newlines to prevent XSS attacks
Maintained security while enabling proper formatting

The fix ensures that when users click the "Use" button, prompts are injected into ChatGPT with proper paragraph spacing and formatting preserved. Newlines in the prompts will now be correctly displayed as line breaks in ChatGPT, making the prompts much more readable and maintaining their intended structure.

The extension has been rebuilt successfully and passes all syntax checks.
0명이 0점으로 평가함
로그인하여 이 확장 기능의 평점을 남겨주세요
아직 평점이 없습니다

별점 저장됨

5
0
4
0
3
0
2
0
1
0
아직 리뷰 없음
권한 및 데이터

필수 권한:

  • 알림 표시
  • 브라우저 탭에 접근
  • chat.openai.com에서 사용자의 데이터에 접근
  • chatgpt.com에서 사용자의 데이터에 접근
더 알아보기
추가 정보
부가 기능 링크
  • Copy add-on ID
버전
1.3
크기
706.48 KB
마지막 업데이트
9달 전 (2025년 9월 9일)
관련 카테고리
  • 기타
라이선스
All Rights Reserved
버전 목록
  • 모든 버전 보기
모음집에 추가
이 부가 기능 신고
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.