Doplňky do prohlížeče Firefox
  • Rozšíření
  • Motivy vzhledu
    • pro Firefox
    • Slovníky a jazykové balíčky
    • Ostatní stránky prohlížeče
    • Doplňky pro Android
Přihlásit se
Ikona doplňku

Historie doplňku Pin Unpin Tab - 11 verzí

Pin Unpin Tab od Jayesh Bhoot

Hodnocení: 4,3 z 5
Hodnocení: 4,3 z 5
5
37
4
9
3
3
2
2
1
4
Historie doplňku Pin Unpin Tab - 11 verzí
  • Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku.

  • Nejnovější verze

    Verze 5.0

    Vydáno 8. čvc 2023 – 42,75 KB
    Funguje s: firefox 48.0 a novější
    - 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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Pro používání tohoto rozšíření potřebujete Firefox
    Stáhnout Firefox a nainstalovat toto rozšíření
    Stáhnout soubor
  • Starší verze

    Verze 4.2

    Vydáno 28. čvc 2021 – 98,24 KB
    Funguje s: firefox 48.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 4.1

    Vydáno 22. led 2021 – 95,6 KB
    Funguje s: firefox 48.0 a novější
    Now the long click works on websites like YouTube.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 4.0

    Vydáno 21. led 2021 – 95,66 KB
    Funguje s: firefox 48.0 a novější
    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

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 3.5

    Vydáno 28. čvn 2019 – 15,46 KB
    Funguje s: firefox 48.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 3.4

    Vydáno 14. led 2019 – 12,62 KB
    Funguje s: firefox 48.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 3.3

    Vydáno 22. čvn 2018 – 12,32 KB
    Funguje s: firefox 48.0 a novější, android ve verzích 48.0 až 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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 3.2

    Vydáno 12. úno 2018 – 11,83 KB
    Funguje s: firefox 48.0 a novější, android ve verzích 48.0 až 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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 3.1

    Vydáno 9. úno 2018 – 11,36 KB
    Funguje s: firefox 48.0 a novější, android ve verzích 48.0 až 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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 3.0

    Vydáno 8. úno 2018 – 9,45 KB
    Funguje s: firefox 48.0 a novější, android ve verzích 48.0 až 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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
  • Verze 2.0

    Vydáno 2. říj 2017 – 13,24 KB
    Funguje s: firefox 48.0 a novější
    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.

    Zdrojový kód zveřejněn pod licencí Mozilla Public License 2.0

    Stáhnout soubor
Přejít na domovskou stránku Mozilly

Počet doplňků

  • O nás
  • Blog doplňků pro Firefox
  • Workshop tvorby rozšíření
  • Pro vývojáře
  • Pravidla pro vývojáře
  • Blog komunity
  • Fórum
  • Nahlásit chybu
  • Příručka recenzenta

Prohlížeče

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Ochrana soukromí
  • Cookies
  • Právní informace

Není-li uvedeno jinak, obsah této stránky je šířen pod licencí Creative Commons Uveďte původ-Zachovejte licenci 3.0 nebo jakoukoli novější verzí.