unMute

Manually/Automatically Mute Your Tabs for Google Chrome.

unMuteคืออะไร?

unMute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unFace และคุณลักษณะหลักของมันคือ "Manually/Automatically Mute Your Tabs for Google Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย unMute

ดาวน์โหลดไฟล์ส่วนขยาย unMute ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ## Features

- Mute/unMute Current Tab
- Auto Mute All Tabs except Current/Recent-Audible/Specified Tab
- Always Mute All Tabs
- Toggle state All Tabs
- Change User Button Action

## ChangeLog

- V2

  - 2.0.1: Fix action badge color to be visible
  - 2.0.0: Fix all known issues

- Legacy

  - 1.8: Add auto mute all tabs except the specified tab
  - 1.7: Add always mute all tabs
  - 1.6: Add option for user action button
  - 1.5: Add changelog page and notification
  - 1.4: Add auto mute all tabs except the recent-audible tab
  - 1.3: Add options page
  - 1.2: Add auto mute all tabs except the current tab
  - 1.1: Add context menus
  - 1.0: Initial release

## Known Issues

-

## ToDo

- improve Options UI
- and more...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ unMute unMute
ID lfedioibcednammacdoioeonimdbpige
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unmute/lfedioibcednammacdoioeonimdbpige
คำอธิบาย Manually/Automatically Mute Your Tabs for Google Chrome.
ขนาดไฟล์ 30.22 KB
จำนวนการติดตั้ง 3,354
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-07-14
วันที่เผยแพร่ 2020-03-13
คะแนน 4.86/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา unFace
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jnosis/unMute
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "2.0.1",
    "default_locale": "en",
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "description": "__MSG_extensionDescription__",
    "version_name": "2.0.1",
    "minimum_chrome_version": "92",
    "commands": {
        "muteCurrentTab": {
            "suggested_key": {
                "default": "Alt+M"
            },
            "description": "__MSG_command_muteCurrentTab__"
        },
        "autoMute": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "__MSG_command_autoMute__"
        },
        "autoMode": {
            "description": "__MSG_command_autoMode__"
        },
        "fixTab": {
            "description": "__MSG_command_fixTab__"
        },
        "toggleAllTabs": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "__MSG_command_toggleAllTabs__"
        }
    },
    "options_ui": {
        "page": "options.html"
    }
}