Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Pin Unpin Tab의 버전 기록 - 11개 버전

Pin Unpin Tab 제작자: Jayesh Bhoot

5점 만점에 4.3점
4.3 / 5
5
37
4
9
3
3
2
2
1
4
Pin Unpin Tab의 버전 기록 - 11개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 5.0

    2023년 7월 8일에 출시 - 42.75 KB
    firefox 48.0 이상에서 작동
    - Improved preferences UI, including better defaults, better recommendations and better error handling

    - Fixed long click on figma.com. Until now, the extension used to listen to events on the window object, instead of on the actual eventTarget element. On figma.com, mouseup event on an element is never bubbled up to the window object. So, a normal click on the canvas would trigger a long click because mouseup is never detected in the handler attached to the window object.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    이 확장 기능을 사용하려면 Firefox가 필요함
    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 4.2

    2021년 7월 28일에 출시 - 98.24 KB
    firefox 48.0 이상에서 작동
    Now the add-on does not track long-click on interactive elements like a button, link, dropdown, etc. This fixes the following issues:

    - a normal, simple mouse click on websites like google sheets, slack, etc. triggered long-click-to-pin.
    - a click on a dropdown input triggered long-click-to-pin.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.1

    2021년 1월 22일에 출시 - 95.6 KB
    firefox 48.0 이상에서 작동
    Now the long click works on websites like YouTube.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 4.0

    2021년 1월 21일에 출시 - 95.66 KB
    firefox 48.0 이상에서 작동
    1. This version fixes the unreliability of long-click. For example, a tab doesn't keep pinning on a simple click.
    2. macOS has a new default shortcut (which does not conflict with system shortcuts): Ctrl-Shift-P.
    3. The keyboard shortcut is customizable. Find instructions at: https://github.com/jayesh-bhoot/pin-unpin-tab/issues/17

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.5

    2019년 6월 28일에 출시 - 15.46 KB
    firefox 48.0 이상에서 작동
    Mostly internal rewrite: Rewrote the logic for long click handling. The code is relatively cleaner and more organized.

    This should most likely fix the bug where simple clicking instead of long clicking pinned/unpinned the tab.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.4

    2019년 1월 14일에 출시 - 12.62 KB
    firefox 48.0 이상에서 작동
    3.4:

    Now the add-on ignores clicks on an element's scrollbars, thus allowing user to scroll within the element without toggling the pinned status of the tab.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.3

    2018년 6월 22일에 출시 - 12.32 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - bugfix: long click on main document's horizontal/vertical scrollbar no longer toggles the pin status.
    - increased the default long-click time from 500ms to 600ms.
    - increased the lower cap of long-click timerange from 400ms to 500ms.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.2

    2018년 2월 12일에 출시 - 11.83 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Bug fixes for long left-click approach:
    - Now, the add-on is triggered only on long left mouse click/tap; operations through other mouse buttons are ignored.
    - Add-on is not triggered when one or more of the modified keys (ctrl, alt, shift) are depressed. So, actions like ctrl+leftclick to open in new tab, shift+leftclick to open in new window, alt+leftpress to move the window can be carried out without hindrance.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.1

    2018년 2월 9일에 출시 - 11.36 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    Now, the add-on ignores mouse movement during long click so that the tab does not pin/unpin during activities like text selection or drag-and-drop.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 3.0

    2018년 2월 8일에 출시 - 9.45 KB
    firefox 48.0 이상, android 48.0 ~ 68.*에서 작동
    - Now you can pin or unpin a tab by a long, left click anywhere on the webpage. This approach can be disabled in the add-on preferences. Also, the minimum time to hold down the click can be customized there. This is an arguably more efficient alternative to the no longer possible (due to WebExtensions technology limitations) 'double-click on tab'.
    - A new icon, which is also compatible with the default light and dark themes of Firefox.
    - I have added screenshots to demonstrate the most efficient locations to place the add-on icon.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 2.0

    2017년 10월 2일에 출시 - 13.24 KB
    firefox 48.0 이상에서 작동
    Description
    =========

    Pin Unpin Tab is a Firefox WebExtension that toggles the pinned status of the active tab.

    Currently, the add-on provides the following methods:
    1. Keyboard shortcut 'Alt-P'
    2. A click on the pin icon on browser toolbar

    Planned Enhancements
    ===================

    This section lists the enhancements I have in mind. Though I am not sure if the WebExtension API possesses the required capabilities. We will see as we go.

    - Customizable keyboard shortcut. An options page to make this happen.
    - Double-click on a tab (active or not) to toggle the pinned status.

    Mozilla Public License 2.0에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.