Додаци за прегледач Firefox
  • Проширења
  • Теме
    • за Firefox
    • Речници и језички пакети
    • Странице других прегледача
    • Додаци за Android
Пријавите се
Преглед FF Session Importer

FF Session Importer од soyeb

Import Firefox sessionstore files and open tabs in new windows

0 (0 рецензија)0 (0 рецензија)
11 корисника11 корисника
Преузмите Firefox и добијте додатак
Преузмите датотеку

Метаподаци додатка

О овом додатку
FF Session Importer for Firefox

A Firefox extension that imports Firefox sessionstore files (.jsonlz4, .json, .baklz4) and opens the contained tabs in Firefox windows.

Features
  • Import Firefox sessions: Load Firefox sessionstore files directly into Firefox
  • Multiple formats: Supports compressed (.jsonlz4, .baklz4) and uncompressed (.json) session files
  • Window preservation: Each Firefox window opens in a separate Firefox window
  • Simple interface: Just select a file and import

Installation

From Firefox Web Store

(Coming soon)

Manual Installation (Developer Mode)
  1. Download or clone this repository
  2. Open Firefox and navigate to Firefox://extensions/
  3. Enable "Developer mode" (toggle in top-right corner)
  4. Click "Load unpacked"
  5. Select the extension directory

Usage
  1. Click the extension icon in Firefox's toolbar
  2. Click "Choose File" or drag & drop a Firefox sessionstore file
  3. sessionstore.jsonlz4 (current session)
  4. recovery.jsonlz4 (crashed session)
  5. previous.jsonlz4 (previous session)
  6. Any .json session backup
  7. Preview the loaded tabs and windows
  8. Click "Import Tabs" to open all tabs in new Firefox windows

File Locations

Firefox sessionstore files are typically located at:
  • Windows: %APPDATA%\Mozilla\Firefox\Profiles\[profile]\sessionstore.jsonlz4
  • macOS: ~/Library/Application Support/Firefox/Profiles/[profile]/sessionstore.jsonlz4
  • Linux: ~/.mozilla/firefox/[profile]/sessionstore.jsonlz4

How It Works
  1. Decompresses .jsonlz4 files using LZ4 decompression
  2. Parses Firefox's sessionstore JSON format
  3. Extracts URLs from tabs and windows
  4. Creates new Firefox windows with the extracted tabs

Privacy
  • All file processing happens locally in your browser
  • No data is sent to external servers
  • No tracking or analytics

Dependencies
  • LZ4 decompression: Uses a modified version of lz4js by John Chadwick

Development

Building from Source

No build process required. The extension uses vanilla JavaScript.

Testing
  1. Load the extension in developer mode
  2. Use test sessionstore files from your Firefox profile

File Structure

firefox-session-importer/
└── Firefox/
├── lz4.js # LZ4 decompression library
├── manifest.json # Extension manifest
├── background.js # Background service worker
├── popup.html # Extension popup UI
├── popup.js # Popup functionality
├── styles.css # Popup styles
├── lib/
│ └── lz4.js # LZ4 decompression library
├── icons/ # Extension icons
├── README.md # This file
├── LICENSE # ISC License
└── CHANGELOG.md # Version history


Limitations
  • No form data/cookies: Only URLs are imported, not form data, cookies, or browsing history
  • Firefox-specific URLs: URLs starting with about:, Firefox:, or moz-extension: are skipped
  • Large sessions: Very large sessions may take time to import

Troubleshooting

"Failed to decompress LZ4 file"
  • Ensure you're using a valid Firefox sessionstore file
  • Try using a different session file (recovery.jsonlz4, previous.jsonlz4)

"No valid URLs found"
  • The session file may be corrupted or empty
  • Try restoring from a different backup

Extension not loading
  • Ensure developer mode is enabled in Firefox://extensions/
  • Check Firefox console for errors (F12 → Console)

Contributing
  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

ISC License - see LICENSE file for details.

Acknowledgments
  • LZ4 decompression: Modified from lz4js by John Chadwick
  • Firefox session format: Reverse-engineered from Firefox source code
Оцењено са 0 од стране 0 рецензената
Пријавите се да бисте оценили овај додатак
Још увек нема оцена

Оцена звездицама сачувана

5
0
4
0
3
0
2
0
1
0
Још увек нема рецензија
Овлашћења и подаци

Потребна овлашћења:

  • Приступи језичцима прегледача
  • Приступ подацима за све веб странице

Прикупљање података:

  • Програмер наводи да овом додатку није потребно прикупљање података.
Сазнајте више
Више информација
Везе додатка
  • Страница подршке
  • Копирај ИД додатка
Издање
1.0
Величина
24,79 KB
Последњи пут ажурирано
pre 5 meseci (2. feb. 2026.)
Повезане категорије
  • Језичци
Дозвола
ISC дозвола
Историјат издања
  • Погледајте сва издања
Додај у збирку
Пријави овај додатак
Идите на почетну страницу Mozilla-е

Додаци

  • O програму
  • Блог о додацима за Firefox
  • Радионица за додатке
  • Центар за програмере
  • Политике програмера
  • Блог заједнице
  • Форум
  • Пријавите грешку
  • Водич за оцењивање

Преузмите

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Најновије градње

  • Nightly
  • Beta

Firefox за предузећа

  • Enterprise

Заједница

  • Connect
  • Contribute
  • Developer

Прати

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Приватност
  • Колачићи
  • Права

Изузев тамо где је другачије наведено , садржај на овој страници је лиценциран под Creative Commons Attribution Share-Alike дозволом v3.0 или било којим каснијим издањем.