Ιστορικό εκδόσεων του Web Design Ruler - 3 εκδόσεις
Web Design Ruler από LXB-Studio
Ιστορικό εκδόσεων του Web Design Ruler - 3 εκδόσεις
Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.
Πιο πρόσφατη έκδοση
Έκδοση 2.0.1
Κυκλοφόρησε στις 23 Μαϊ 2026 - 34,97 KBΛειτουργεί με firefox 109.0 και νεότεραWhat's new in v2.0.1
• Popup tool buttons now work reliably. Clicking Color Picker, Font Detector,
or Measurement Tool in the toolbar popup activates the tool every time —
no more silent closes or unresponsive clicks.
• Faster and more responsive overall. Rewritten on top of native Firefox
WebExtension APIs (browser.* with Promises) instead of the previous
Chrome-shim, so message passing and tool activation feel quicker.
• Smarter clipboard handling. Colors, font details, and measurements copy
cleanly via the modern Clipboard API, with a graceful fallback on older
Firefox versions.
• Right-click menus stick around. The "Pick Color / Identify Font / Measure"
context-menu items now reliably reappear after restarting Firefox.
• Clearer error messages. If something can't run (a browser-internal page,
a blocked tab), you get a visible notification instead of nothing.
Same privacy guarantee as always: 100% offline, no data collection, no
trackers, no ads, no remote code. Minimum permissions only.Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Με την επιφύλαξη παντός δικαιώματος
Παλαιότερες εκδόσεις
Έκδοση 2.0.0
Κυκλοφόρησε στις 13 Ιαν 2026 - 35 KBΛειτουργεί με firefox 109.0 και νεότεραVersion 2.0.0 - Major Update
• Revolutionary Color Picker - Pick colors from ANY element including static images, photos, and screenshots with pixel-perfect accuracy
• Smarter Font Detection - Now shows the actual rendered font name instead of the CSS font-family stack, with system font recognition
• Color Palette Manager - Create, save, import/export custom color palettes
• Complete UI Redesign - Modern interface with tab navigation
• Recent Colors - Automatically tracks your last 20 picked colors
• Performance improvements and bug fixes
• Rebuilt for Manifest V3Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Με την επιφύλαξη παντός δικαιώματος
Έκδοση 1.1.1
Κυκλοφόρησε στις 10 Ιουν 2025 - 50,36 KBΛειτουργεί με firefox 78.0 και νεότεραSecurity Fix: Removed innerHTML Usage
What was fixed: Replaced allinnerHTMLassignments with safe DOM manipulation methods usingcreateElement()andappendChild()to prevent XSS vulnerabilities.
Why it matters: UsinginnerHTMLcan expose the extension to script injection attacks. The new approach creates DOM elements programmatically, ensuring user input and external data cannot execute as code.
Key changes:
- Created helper functionscreateElement()andclearElement()for safe DOM manipulation
- All dynamic content now usestextContentinstead ofinnerHTML
- Color swatches, labels, and UI elements are built using proper DOM methods
- No functional changes - the extension works exactly the same, just more securelyThis makes the extension compliant with modern security standards and store requirements.
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Με την επιφύλαξη παντός δικαιώματος