Pin Unpin Tab のバージョン履歴 - 全 11 バージョン
Pin Unpin Tab 作成者: Jayesh Bhoot
Pin Unpin Tab のバージョン履歴 - 全 11 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 5.0
リリース日 : 2023年7月8日 - 42.75 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 48.0 以降 で動作Now the long click works on websites like YouTube.ソースコードは Mozilla Public License 2.0 に従いリリースされています
バージョン 4.0
リリース日 : 2021年1月21日 - 95.66 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 KBfirefox バージョン 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 に従いリリースされています