完成扩展
This commit is contained in:
74
extension/INSTALL.md
Normal file
74
extension/INSTALL.md
Normal file
@@ -0,0 +1,74 @@
|
||||
# Quick Installation Guide
|
||||
|
||||
## Chrome / Edge (Recommended)
|
||||
|
||||
1. **Open Extensions Page**
|
||||
- Chrome: Navigate to `chrome://extensions/`
|
||||
- Edge: Navigate to `edge://extensions/`
|
||||
|
||||
2. **Enable Developer Mode**
|
||||
- Toggle the switch in the top-right corner
|
||||
|
||||
3. **Load Extension**
|
||||
- Click **"Load unpacked"**
|
||||
- Select the `extension/` folder
|
||||
- Extension icon appears in toolbar
|
||||
|
||||
4. **Configure**
|
||||
- Click extension icon
|
||||
- Toggle Master Control to ON
|
||||
- Click "Advanced Settings" to configure API keys
|
||||
|
||||
---
|
||||
|
||||
## Firefox
|
||||
|
||||
1. **Open Debugging Page**
|
||||
- Navigate to `about:debugging#/runtime/this-firefox`
|
||||
|
||||
2. **Load Temporary Add-on**
|
||||
- Click **"Load Temporary Add-on..."**
|
||||
- Navigate to `extension/` folder
|
||||
- Select `manifest_v2.json` file
|
||||
|
||||
3. **Note**: Temporary add-ons are removed when Firefox restarts
|
||||
|
||||
---
|
||||
|
||||
## First-Time Setup
|
||||
|
||||
1. Open Options page (⚙️ Advanced Settings)
|
||||
2. Go to **API Keys** tab
|
||||
3. Enter your captcha solving service API keys (optional)
|
||||
4. Go to **Module Config** tab
|
||||
5. Adjust settings as needed
|
||||
6. Save configuration
|
||||
|
||||
---
|
||||
|
||||
## Verification
|
||||
|
||||
Open DevTools (F12) > Console:
|
||||
- Look for `[ContentScript] Initialized` message
|
||||
- Look for `[Background] Service worker initialized` message
|
||||
- Navigate to a page with forms/captchas
|
||||
- Check for module-specific logs (if debug enabled)
|
||||
|
||||
---
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
**Extension not appearing:**
|
||||
- Ensure Developer Mode is enabled
|
||||
- Check for errors in chrome://extensions/
|
||||
- Try reloading the extension
|
||||
|
||||
**Modules not working:**
|
||||
- Enable Master Control in popup
|
||||
- Check individual module toggles
|
||||
- Reload target webpage
|
||||
- Enable debug mode in Options
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user