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

Tab Master Control のバージョン履歴 - 全 10 バージョン

Tab Master Control 作成者: Patrick Dark

5 段階中 1 の評価
5 段階中 1 の評価
5
0
4
0
3
0
2
0
1
1
Tab Master Control のバージョン履歴 - 全 10 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 3.0.1resigned1

    リリース日 : 2024年4月25日 - 45.05 KB
    firefox バージョン 59.0 以降 で動作

    ソースコードは All Rights Reserved に従いリリースされています

    この拡張機能を使用するには Firefox が必要です
    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 3.0.0

    リリース日 : 2018年4月23日 - 41.55 KB
    firefox バージョン 59.0 以降 で動作
    Improvement: Changed the sorting mechanism to only sort tabs that need sorting (instead of all tabs) to improve performance.
    Improvement: Content categories can now be created, deleted, and reset. This option is accessible via the new “Show More Options” button.
    Improvement: jar‐scheme (jar:) URLs are now part of the “Browser” category.
    Improvement: “Tab category rules” are now called the “content category rules”.
    Improvement: The content category rules dialog has been rebuilt and is now a table with editable table cells and explicit controls for adding, deleting, and moving rules instead of two columns of freely editable text; this ensures that every rule component lines up horizontally and should ensure that text manipulation behavior is completely predictable.
    Improvement: The content category rules dialog rules can now be navigated via arrow keys.
    Improvement: The content category rules dialog no creates new lines with “/” or “Separator=|” text. (Text was added as a workaround for the selection caret being misplaced in empty lines. An alternative workaround has been implemented.)
    Improvement: The extension now has responsive layout to accommodate viewports under 1400 pixels. (In other words, the extension should behave better in smaller windows and on smaller screens.)
    Improvement: There are now consistent background color and text hover effects for all buttons, tabs, and text fields.
    Improvement: Miscellaneous UI tweaks (fonts, content placement, <span xml:lang="en-latn">etc</span>).
    Bug Fix: All category views now show the correct tabs when viewed before the initial tab list has been populated.
    Bug Fix: Clicking the “Collapse Titles” and “Expand Titles” buttons will no longer trigger an infinite loop that causes Firefox to freeze.
    Bug Fix: Content category rules no longer suffer from data loss when saved. (Regular expressions must be saved as strings when using Firefox’ storage API.) (This means that any previously “saved” rules were not saved in a usable form and will be discarded.)
    Bug Fix: Tab links will now be correctly updated when tab URLs change. (I inadvertantly wrote code to update links’ src attributes instead of their href attributes.)
    Bug Fix: The content category rule for wiktionary.org was corrected (from wiktionary.com).
    Bug Fix: The content category rules dialog now correctly handles the pasting of text containing line breaks.
    Bug Fix: The URL sorting mechanism now works. (I inadvertantly broke it when removing unused code before submitting version 1.0.0.)

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月16日 - 34.05 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    • Improved reliability of typing in the tab category editor. There is still at least one edge case where it doesn't work properly.
    • Improved consistency of spacing in the UI.
    • Improved line-breaking behavior in tab titles; words will no longer be broken at tab item column boundaries. This ugly behavior was implemented for really long words which were messing up the layout. Really long words in tab titles—which should be uncommon—will now invoke a scrollbar.

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月16日 - 32.71 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    • Retitled “Tab Master Control” tabs to “New Tab with Tab Master Control” to make it clearer that the user is viewing a New Tab.
    • When pinning or unpinning a tab, tab views are now updated by adding or removing the pinned or unpinned tab from view and updating the tab order.
    • Minor code refactoring.

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月16日 - 32.54 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Fixed a CSS‐based regression in which tab category rule text field lines weren't given a default height in case they were empty.

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月15日 - 32.54 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
      <lI>It is now possible to search for tabs by title and/or URL.
    • Added an HTML-based (keyboard) accesskey to the "Close All Visible" command button.
    • Added space to improve readability in the tab category rules text fields.
    • <lI>Fixed an invalid CSS declaration that was causing there to be no (keyboard) focus indicator for the tab category rules text fields.
      <lI>Removed an ECMAScript statement that wasn't doing anything.
    • Minor code refactoring.</lI>

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月15日 - 31.23 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Added CSS to fix tab title overlap when tabs are displayed without screenshots (e.g., restored tabs).

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月15日 - 31.13 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    • Removed missing function references that were causing the tab sorting functionality to fail to work. (These were leftovers from code removed prior to extension submission on Add‐ons for Firefox.)
    • Added more websites to the default tab category rules. (These are not updated automatically to avoid overwriting user rules and must be manually loaded and applied if the extension is already installed.)
    • Minor code reorganization.

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月15日 - 30.98 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作
    Fixed a typo (.com→.org) in the tab category rule for Wikipedia.

    ソースコードは All Rights Reserved に従いリリースされています

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

    リリース日 : 2018年4月15日 - 30.98 KB
    firefox バージョン 42.0 以降, android バージョン 48.0 から 68.* で動作

    ソースコードは All Rights Reserved に従いリリースされています

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

アドオン

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

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

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