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

Project Environment Switcher 版本历史 - 14 个版本

Project Environment Switcher 作者: jarnedel

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

  • 最新版本

    版本 1.0.16

    发布于 2026年8月22日 - 136.2 KB
    适用于 firefox 112.0 及更高版本

    源代码遵循 MIT 许可证 发布

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

    版本 1.0.15

    发布于 2026年8月22日 - 134.79 KB
    适用于 firefox 112.0 及更高版本
    • Instant Popup Startup: Reduced initial load time from ~110ms to <15ms by parallelizing async storage configuration and active tab retrieval with synchronous frame-1 rendering.
    • Pure Vanilla TS in Content Scripts: Completely removed React / ReactDOM from content scripts running in web pages, replacing the in-page quick-access modal (Ctrl+E) with an isolated Vanilla TS Shadow DOM.
    • Slashed per-tab injected script size from 207.4 kB down to 22.1 kB (90% reduction in tab memory footprint).
    • Preact Compatibility & Zero-Dependency Router: Aliased popup UI to preact/compat and implemented a lightweight zero-dependency state router, cutting total popup bundle size from 356 kB to 171 kB (52% reduction).
    • System Typography: Switched to native system font stacks (system-ui, -apple-system), eliminating external webfont asset overhead.
    • Full modular restructuring into cohesive bounded contexts under src/modules/:
    • environments: Project & environment switching, validation, base URL switching rules.
    • pages: Visited page history search tree and starred favorites management.
    • language: Multi-language extraction strategies and locale switcher.
    • visual-indicators: Favicon border canvas badging, page borders, and color picker.
    • health: Reachability polling, periodic alarms, and health status indicators.
    • sync: Configuration export, import (merge/replace), and sync storage adapters.
    • quick-access: In-page Ctrl+E spotlight modal.
    • views: Clean top-level popup view shells (MainView, SettingsView, SetupWelcome).
    • Dedicated cross-cutting shared layer under src/shared/ (ui, router, extension, hooks, utils).
    • Added a new setting: "Enable Pages & Bookmarks Tabs" in Display/Features settings.
    • When disabled (default for minimalist setups):
    • Top tab strip is hidden, presenting a direct, clean Environment Switcher.
    • Background history querying is completely skipped on startup for even faster performance.
    • Bottom-right favorite star button and keyboard shortcuts are neatly hidden.
    • Replaced standard HTML checkboxes across all settings panels with modern, accessible, animated Toggle Switches (Switch).
    • Replaced radio buttons in Data Settings with a sleek [ Merge | Replace ] segmented control.
    • Added browser-aware omnibox result formatting to eliminate raw &lt;match>...&lt;/match> XML tags in Firefox.
    • Formatted suggestions as clean Project › Environment — URL breadcrumbs.
    • Replaced internal raw IDs in suggestion targets with clean destination URLs.

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.13

    发布于 2026年8月14日 - 260.54 KB
    适用于 firefox 112.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.12

    发布于 2026年8月13日 - 258.83 KB
    适用于 firefox 112.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.10

    发布于 2026年4月13日 - 254.4 KB
    适用于 firefox 112.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.9

    发布于 2026年4月13日 - 246.41 KB
    适用于 firefox 112.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.7

    发布于 2026年4月13日 - 246.35 KB
    适用于 firefox 112.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.6

    发布于 2026年4月12日 - 251.29 KB
    适用于 firefox 112.0 及更高版本
    update favicon

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.5

    发布于 2026年4月12日 - 287.15 KB
    适用于 firefox 112.0 及更高版本
    Summary

    This new release introduces the following features and improvements:
    - Favorites Management: Added FavoritesView for managing favorite pages with sorting and filtering by language.
    - History page: Added a history page to quicly view pages you often visit.
    - Keyboard Shortcuts: Implemented a keyboard shortcuts overlay and search focus handling for improved navigation.
    - Middle-Click Support: Added middle-click functionality for opening environments in a new tab.
    - UI Enhancements: Improved language selection behavior and keyboard interaction.
    - Code Cleanup: Removed unused styles (App.css), AI-related settings, and integration files for a more streamlined codebase.

    Changes Made
    • Introduced tools to improve user interaction and interface manageability.

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.4

    发布于 2025年10月10日 - 191.77 KB
    适用于 firefox 112.0 及更高版本
    fixex and general improvements

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.3

    发布于 2025年8月1日 - 192.54 KB
    适用于 firefox 112.0 及更高版本
    add more settings and quality of life fixes

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.2

    发布于 2025年7月23日 - 693.51 KB
    适用于 firefox 112.0 及更高版本
    Added enviroment border

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.1

    发布于 2025年7月17日 - 621.23 KB
    适用于 firefox 112.0 及更高版本
    added optional integration with lm-studio
    added automatic enviroment names
    cleanup ui

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0.0

    发布于 2025年7月1日 - 409.61 KB
    适用于 firefox 109.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 或更新版本使用。