MuteTabsMatchingPattern RheingoldRiver מאת
Toggles mute of all tabs matching pattern
4 משתמשים4 משתמשים
נתוני העל של ההרחבה
צילומי מסך
על אודות הרחבה זו
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 על־ידי 0 סוקרים
הרשאות ונתונים
מידע נוסף
- גרסה
- 1.0
- גודל
- 21.78 ק״ב
- עדכון אחרון
- לפני 6 שנים (9 מרץ 2020)
- קטגוריות קשורות
- היסטוריית הגרסאות
- הוספה לאוסף