Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

Project Environment Switcher のバージョン履歴 - 全 14 バージョン

Project Environment Switcher 作成者: jarnedel

まだ評価されていません
5 段階中 0 の評価
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 License に従いリリースされています

    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 License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.13

    リリース日 : 2026年8月14日 - 260.54 KB
    firefox バージョン 112.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.12

    リリース日 : 2026年8月13日 - 258.83 KB
    firefox バージョン 112.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.10

    リリース日 : 2026年4月13日 - 254.4 KB
    firefox バージョン 112.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.9

    リリース日 : 2026年4月13日 - 246.41 KB
    firefox バージョン 112.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.7

    リリース日 : 2026年4月13日 - 246.35 KB
    firefox バージョン 112.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.6

    リリース日 : 2026年4月12日 - 251.29 KB
    firefox バージョン 112.0 以降 で動作
    update favicon

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 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 License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.4

    リリース日 : 2025年10月10日 - 191.77 KB
    firefox バージョン 112.0 以降 で動作
    fixex and general improvements

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.3

    リリース日 : 2025年8月1日 - 192.54 KB
    firefox バージョン 112.0 以降 で動作
    add more settings and quality of life fixes

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.2

    リリース日 : 2025年7月23日 - 693.51 KB
    firefox バージョン 112.0 以降 で動作
    Added enviroment border

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 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 License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.0.0

    リリース日 : 2025年7月1日 - 409.61 KB
    firefox バージョン 109.0 以降 で動作

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

Download

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

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。