diff --git a/ReadMe.md b/ReadMe.md index c679717..41005d1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -9,12 +9,16 @@ 已经上传Edge商店 https://microsoftedge.microsoft.com/addons/detail/ahnjeefliifcofmjceffghigncgoigmj -![img](./screen.gif) -UI非常简单,一共3个按钮: +UI非常简单,一共4个按钮: 1. 是否自动静音后台页面 -2. 一键静音当前打开的全部页面(只生效一次) -3. 一键恢复当前打开的全部页面(只生效一次) +2. 是否跳过不发音的标签页 +3. 一键静音当前打开的全部页面(只生效一次) +4. 一键恢复当前打开的全部页面(只生效一次) + ![img](./screen.png) + +![img](./screen.gif) + 图标来自[iconfont](https://www.iconfont.cn/), 按钮样式来自[CSS Button Generator](https://www.bestcssbuttongenerator.com/#/1) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 92f9724..ce4b04f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -12,5 +12,8 @@ }, "aboutText": { "message": "This extension can mute background tabs automatically and unmute them automatically when the page is switched to the foreground." + }, + "audible": { + "message": "Skip no audio tabs" } } \ No newline at end of file diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json index fc08eb2..5a300a7 100644 --- a/_locales/zh_CN/messages.json +++ b/_locales/zh_CN/messages.json @@ -13,5 +13,8 @@ }, "aboutText": { "message": "此扩展能够把后台标签页自动静音,当页面切换到前台时自动取消静音。" + }, + "audible": { + "message": "跳过不发音标签" } } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 0ff267f..b962b99 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_name__", "short_name": "Auto Mute", "author": "Tumuyan", - "version": "0.1", + "version": "0.2", "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx", "manifest_version": 2, "minimum_chrome_version": "22.0", diff --git a/popup.html b/popup.html index 2ebe265..f5ffafe 100644 --- a/popup.html +++ b/popup.html @@ -11,6 +11,7 @@
+