MuteTabsMatchingPattern geliştiren: RheingoldRiver
Toggles mute of all tabs matching pattern
4 kullanıcı4 kullanıcı
Uzantı meta verileri
Ekran görüntüleri
Bu uzantı hakkında
Lets a user specify a pattern to match all currently-open tab titles against, and then mutes all tabs matching that pattern on button click or hotkey press (Ctrl+Shift+O).
Example patterns you might use (the asterisks are part of the pattern):
If you want this to be a system-global hotkey (Windows), you can use it in conjunction with this AutoHotKey script:
Repo: https://github.com/RheingoldRiver/MuteTabsMatchingPattern
Example patterns you might use (the asterisks are part of the pattern):
*YouTube**TwitchIf you want this to be a system-global hotkey (Windows), you can use it in conjunction with this AutoHotKey script:
SetTitleMatchMode 2
^!+x::
IfWinActive ahk_class MozillaWindowClass
{
Send, ^+O
return
}
IfWinNotExist ahk_class MozillaWindowClass
return
ControlSend,ahk_parent, ^+O
return
Repo: https://github.com/RheingoldRiver/MuteTabsMatchingPattern
0 inceleyiciden 0 puan aldı
İzinler ve veriler
Daha fazla bilgi
- Sürüm
- 1.0
- Boyut
- 21,78 KB
- Son güncelleme
- 6 yıl önce (9 Mar 2020)
- İlgili kategoriler
- Sürüm geçmişi
- Koleksiyona ekle