Ιστορικό εκδόσεων του Photo Grab - 6 εκδόσεις
Photo Grab από Mst888
Ιστορικό εκδόσεων του Photo Grab - 6 εκδόσεις
Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.
Πιο πρόσφατη έκδοση
Έκδοση 1.8.3
Κυκλοφόρησε στις 5 Μαρ 2026 - 217,03 KBΛειτουργεί με firefox 109.0a1 και νεότεραChangelog
[1.8.3] - 2026-03-05
✨ Yeni Özellikler
📜 İndirme Geçmişi (Download History)
- Her başarılı indirmede otomatik kayıt (URL, dosya adı, sayfa adresi, tarih/saat)
- Home sekmesinde History tabından görüntüleme, thumbnail önizleme
- Tek tıkla bireysel kayıt silme, Tümünü Temizle butonu
- Maksimum 200 kayıt (en eski otomatik silinir)
📁 Koleksiyonlar (Collections)
- İsimli koleksiyon oluşturma, seçili görselleri tek tıkla ekleme
- Koleksiyon detay görünümü — içindeki görseller galeri olarak listelenir
- Koleksiyondan görsel kaldırma ve koleksiyon silme
- Home sekmesinde Collections tabından erişim
☁️ Bulut Yükleme (Cloud Upload) — Placeholder
- Google Drive, Dropbox, OneDrive için OAuth bağlantı butonları (browser.identity.launchWebAuthFlow)
- Settings → Cloud sekmesinden erişim
- Henüz tamamlanmamış, placeholder olarak bırakıldı
🎨 Özel Tema Rengi (Custom Primary Color)
- Settings → Theme sekmesinde Primary Color renk seçici
- Seçilen renk anlık olarak tüm UI'a uygulanır (--ibd-primaryCSS değişkeni)
- Renk tercihi storage'a kaydedilir; Reset butonu ile varsayılana dönme
🧭 Walkthrough Rehberi
- İlk açılışta otomatik 3 adımlı rehber (Görsel Seçimi → İndirme → Geçmiş/Koleksiyonlar)
- Header'daki ? butonu ile istediğinde tekrar açılabilir
- Dot indikatör, Skip ve backdrop ile kapanma
🌍 Çoklu Dil Desteği Genişletildi
- History, Collections, Cloud, Walkthrough, Custom Color için 30+ yeni key
- Tüm 6 dile (TR/EN/RU/FR/ES/DE) eklendi
🐛 Bug Fixes- Converter Bar:
converterEnabled=falseiken toolbar açılmıyordu —forceEnabledpayload + storage sync ile düzeltildi - History Kayıt: Capture listener kaldırıldı, kayıt
requestDownload()içinderes.oksonrasına taşındı - Collections Index Drift: Silme/detay işlemleri index yerine koleksiyon adına göre yapılıyor
- Collections Null Guard:
collectionDetailnull kontrolü eklendi - addToCollection URL:
img.src || imgyerinetypeof url === 'string'kontrolü
📦 Yeni Storage Key'leriibd_downloadHistory_v1— İndirme geçmişi (max 200)ibd_collections_v1— Koleksiyonlar listesiibd_customPrimaryColor_v1— Özel ana renk (hex)ibd_walkthroughSeen_v1— Walkthrough gösterildi mi
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0
- Converter Bar:
Παλαιότερες εκδόσεις
Έκδοση 1.8.2
Κυκλοφόρησε στις 31 Ιαν 2026 - 205,19 KBΛειτουργεί με firefox 109.0a1 και νεότεραSome bug fixesΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0
Έκδοση 1.8.1
Κυκλοφόρησε στις 25 Ιαν 2026 - 164,31 KBΛειτουργεί με firefox 109.0a1 και νεότεραChangelog
[1.8.1] - 2026-01-25
🔧 Firefox Add-ons Compliance- JSZip Update: Replaced minified
jszip.min.jswith unminifiedjszip.jsfor Mozilla Add-ons compliance - Code Transparency: All code now fully readable for Mozilla reviewers
- No Functionality Changes: All features work exactly as in v1.8.0
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0
- JSZip Update: Replaced minified
Έκδοση 1.8.0
Κυκλοφόρησε στις 25 Ιαν 2026 - 104,88 KBΛειτουργεί με firefox 109.0a1 και νεότεραChangelog
[1.8.0] - 2026-01-25
✨ New Features
🔄 Photo Converter
- Upload & Convert: Upload local images and convert between JPEG, PNG, and WEBP formats
- Floating Toolbar: Right-bottom positioned converter toolbar on any webpage
- Quality Control: Adjustable quality slider (60-100%) for lossy formats
- Auto-Download: Automatic download after conversion with proper filename generation
- Settings Integration: Full control from settings panel (enable/disable, toolbar visibility)
- Theme Support: Converter toolbar adapts to all 6 themes
- Canvas API: Client-side conversion using HTML5 Canvas API
- Keyboard Shortcut: Alt+C to toggle converter toolbar
- 6 Languages: English, Türkçe, Русский, Français, Español, Deutsch
- Instant Switching: Change language without reload
- Full Translation: All UI elements, settings, buttons, and labels
- Persistent: Language preference saved across sessions
- Easy Expansion: Modular structure for adding more languages
⌨️ Improved Keyboard Shortcuts
- Better Key Assignments: More intuitive and logical shortcuts
- Alt+E: Toggle Selection Mode (was Alt+S)
- Alt+X: Clear Selection (was Alt+C)
- Alt+C: Toggle Converter Toolbar (NEW)
- All shortcuts remain customizable with visual recorder
🔧 Improvements- Enhanced keyboard shortcut layout for better usability
- Added language selector in settings panel
- Improved converter toolbar positioning and styling
- Better error handling for image conversion
📦 Technical- New file:
languages.jswith 500+ lines of translations - Storage key:
ibd_language_v1for language preference - Storage keys for converter:
ibd_converterEnabled_v1,ibd_converterToolbarVisible_v1, etc. - Message handlers for converter communication between components
[1.7.1] - 2026-01-04
🔧 Platform & Compatibility- Firefox-Only Support: Exclusively optimized for Mozilla Firefox (Extension ID:
image-grabber-pro@mesud.dev) - Removed Chrome API fallback for better performance and Firefox-specific features
✨ New Features
🎨 Image Processing
- Aspect Ratio Control: Presets (1:1, 4:3, 16:9) or custom dimensions with Fill/Fit crop modes
- Format Conversion: Convert to JPEG, PNG, or WebP with quality control (10-100%)
- Smart Naming: Use templates with{site},{title},{index}variables for organized downloads
⌨️ Keyboard Shortcuts
- Fully customizable shortcuts with visual recorder (Alt+S, Alt+A, Alt+C, Alt+D, Alt+Z, Alt+P, Alt+L)
- One-click reset to defaults
📦 Download Options
- ZIP Bundling: Download all as single archive
- Batch Control:Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0
Έκδοση 1.7.1
Κυκλοφόρησε στις 4 Ιαν 2026 - 128,39 KBΛειτουργεί με firefox 109.0a1 και νεότεραChangelog
[1.7.1] - 2026-01-04
🔧 Platform & Compatibility- Firefox-Only Support: Exclusively optimized for Mozilla Firefox (Extension ID:
image-grabber-pro@mesud.dev) - Removed Chrome API fallback for better performance and Firefox-specific features
✨ New Features
🎨 Image Processing
- Aspect Ratio Control: Presets (1:1, 4:3, 16:9) or custom dimensions with Fill/Fit crop modes
- Format Conversion: Convert to JPEG, PNG, or WebP with quality control (10-100%)
- Smart Naming: Use templates with{site},{title},{index}variables for organized downloads
⌨️ Keyboard Shortcuts
- Fully customizable shortcuts with visual recorder (Alt+S, Alt+A, Alt+C, Alt+D, Alt+Z, Alt+P, Alt+L)
- One-click reset to defaults
🎯 Advanced Selection
- Area Selection: Drag rectangle to select multiple images
- Same Size Mode: Select all images with identical dimensions
- Large Filter: Auto-filter high-res images (800×600+)
- Smart Detection: Enhanced srcset and picture element support
📦 Download Options
- ZIP Bundling: Download all as single archive
- Batch Control: Configure size (1-10) and delay (0-1000ms)
- Subfolder Organization: Auto-organize into named folders
- Max Selection: Set limit (10-200 images)
🎨 UI/UX
- Settings Panel: Organized configuration view
- 6 Themes: Light, Dark, Blue, Pink, Spotify Green, Onyx Gray
- Popup Presets: Small/Medium/Large/Custom sizes
- Preview Gallery: Visual thumbnails in popup
- Floating Toolbar: In-page quick access
- Stay Open: Keep popup after downloads
⚡ Performance
- Low Performance Mode: Optimized for slower systems, reduces quality for 20+ images
- Lazy Processing: On-demand image processing
- Better memory management and timeout controls
🐛 Bug Fixes- Fixed srcset parsing, background-image detection, data-src handling, duplicate selections, and URL normalization
🔄 Technical- Manifest V3 compliance, improved error handling, optimized storage, enhanced messaging, vanilla JavaScript
[1.5.0] - Previous Release- Basic image selection and download
- Simple quality settings
- Limited theme support
- Chrome and Firefox compatibility
Migration Notes
Breaking: Firefox-only, new extension ID. Settings and preferences automatically migrated.Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0
- Firefox-Only Support: Exclusively optimized for Mozilla Firefox (Extension ID:
Έκδοση 1.5.0
Κυκλοφόρησε στις 25 Δεκ 2025 - 21,57 KBΛειτουργεί με firefox 109.0a1 και νεότεραΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0