Web Design Ruler 版本历史 - 4 个版本
Web Design Ruler 作者: LXB-Studio
Web Design Ruler 版本历史 - 4 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2.2.0
发布于 2026年7月17日 - 52.73 KB适用于 firefox 109.0 及更高版本This is the parity release: the Firefox build now matches Chrome and Edge feature for feature.
New: Copy All Colors on Page, area readout and Shift snapping in the measure tool, a full saved fonts history with live previews, right click text color picking while eyedropping, a welcome page on first install, a toolbar badge that shows when a tool is armed, and a Firefox themed starter palette.
Also new in this version: the manifest declares data_collection_permissions "none", Mozilla's machine readable way of saying this add-on collects and transmits no data.
Fixed: a long list of small issues found in a full audit, including more accurate color sampling on images and video, better badge behavior across tabs, and dark mode contrast repairs. Full changelog: https://github.com/LXBStudioLLC/web-design-ruler/blob/main/CHANGELOG.md源代码遵循 保留所有权利 发布
较早版本
版本 2.0.1
发布于 2026年5月23日 - 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
发布于 2026年1月13日 - 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
发布于 2025年6月10日 - 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.
源代码遵循 保留所有权利 发布