Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Size Comparator 版本历史 - 7 个版本

Size Comparator 作者: mkrussell411

目前尚无评分
0 / 5 星
5
0
4
0
3
0
2
0
1
0
Size Comparator 版本历史 - 7 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 1.0.9

    发布于 2026年8月1日 - 45.63 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 1.0.8

    发布于 2026年7月27日 - 44.46 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.7

    发布于 2026年7月22日 - 39.84 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.6

    发布于 2026年7月1日 - 31.87 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    Fixed the comparison panel failing to appear on SillyTavern and similar touch-optimized pages. The root cause was a CSS layout conflict: SillyTavern applies -webkit-transform: translateZ(0) to the element and position: fixed to , which collapses the html element's height to zero and makes it the containing block for fixed-position descendants. The panel's inset: 0 was resolving against that zero-height container, producing a panel that existed in the DOM but had no height — invisible but technically "alive." Switching to explicit width: 100vw; height: 100dvh bypasses the containing block entirely and always fills the real viewport.

    Also hardened the panel's close behavior against ghost clicks on touch-optimized pages. When touch-action: none is set on the page body (as SillyTavern does), the browser fires synthetic pointer and click events nearly synchronously after touchend, which could land on the backdrop or close button the instant the panel appeared and dismiss it immediately. Both close targets now use touchend + preventDefault() as the primary close trigger on real touch, cancelling the follow-up synthetic click, with click listeners added on a 300ms delay so any ghost clicks from the opening tap are ignored before the listeners exist.

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.4

    发布于 2026年6月30日 - 30.66 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    Fixed an issue on Firefox for Android where tapping a measurement button would open a browser tab that immediately closed. The extension now detects Android directly in the content script using the user agent and shows the in-page comparison panel without routing through the background service worker, eliminating the broken tab-creation code path entirely.

    Also fixed a second bug where the in-page bottom-sheet panel would vanish instantly after appearing on mobile. A visibility change listener was closing the panel whenever the document became hidden — a condition that brief browser UI animations (address bar toggling, navigation chrome) can trigger on Android. The panel now only closes when the user explicitly taps the close button or the backdrop.

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.3

    发布于 2026年5月8日 - 30.8 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    Version 1.0.3

    Major Features

    🔢 Word Number Recognition
    • The extension now recognizes measurements written in word form (e.g., "five centimeters", "twenty feet", "one
      hundred meters")
    • Supports numbers from zero to ninety, plus hundred and thousand
    • Handles hyphenated and spaced combinations like "twenty-five" and "one hundred fifty"
    • Works alongside existing numeric detection (e.g., "5 cm")

    📋 Improved Popup Tab Experience
    • Tab Reuse: The popup now opens once and reuses the same tab for all subsequent comparisons instead of opening new
      tabs each time
    • Smart Updates: When you click a new measurement, the existing popup tab automatically updates with the new
      comparison data
    • Better UX: Popup tab automatically closes when you switch to a different browser tab

    📊 Massive Comparison Database Expansion
    • Added 550+ new reference objects (doubled the database from ~50 to 600+)
    • 250 new everyday-to-large-scale comparisons:
      • Food items (apples, pizza, donuts, soda cans)
      • Animals (cats, dolphins, giraffes, whales)
      • Sports equipment (bats, skateboards, bowling balls)
      • Vehicles (motorcycles, ships, helicopters)
      • Technology (USB ports, laptop screens, drones)
      • Architecture (windows, doors, lampposts, bridges)
      • Nature (leaves, trees, waves, volcanoes)
      • Music instruments (violin, saxophone, drums)
      • Astronomy (planets, nearby stars)
      • Clothing & Accessories (buttons, rings, necklaces)
    • 300+ mega-scale comparisons (new):
      • Geographic features (continental widths, ocean sizes, mountain ranges)
      • Countries and regions (Russia, USA, Australia, Brazil)
      • Major cities (Tokyo, Los Angeles, London metro areas)
      • Solar System measurements (planetary orbits, AU distances)
      • Stellar distances (light years, parsecs)
      • Cosmic structures (galaxies, nebulae, galaxy clusters)
      • Black holes and extreme objects
      • Observable universe diameter
      • Subatomic particles and wavelengths
      • Historical landmarks (pyramids, Colosseum, modern skyscrapers)
      • Geological features (Mid-Ocean Ridge, San Andreas Fault)

    Technical Improvements
    • Added hashchange event listener to popup for instant updates without page reloads
    • Improved background script to track and manage popup tabs intelligently
    • Enhanced text node processing to detect word-form numbers in addition to digits
    • Better tab lifecycle management (cleanup when tabs are closed)
    • Window focus handling for better user experience

    User Experience
    • Cleaner workflow: one comparison tab, infinite measurements
    • Auto-closing popup when switching browser tabs keeps your workspace tidy
    • More relevant comparisons across vastly different scales
    • Better coverage from microscopic (hair width) to cosmic (universe diameter)

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.2

    发布于 2026年5月2日 - 21.86 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

下载

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

最新版本

  • Nightly
  • Beta

商用版 Firefox

  • Enterprise

社区

  • Connect
  • Contribute
  • Developer

关注

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。