Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Notification Sound 版本历史 - 14 个版本

Notification Sound 作者: freaktechnik

评分 3.5 / 5
3.5 / 5 星
5
20
4
10
3
3
2
2
1
12
Notification Sound 版本历史 - 14 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 1.4.2resigned1

    发布于 2024年4月25日 - 34.96 KB
    适用于 firefox 63.0a1 及更高版本, android 63.0a1 至 68.*

    源代码遵循 Mozilla 公共许可证 2.0 发布

    您需要 Firefox 来使用此扩展
    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 1.4.1

    发布于 2018年10月23日 - 31.72 KB
    适用于 firefox 63.0a1 及更高版本, android 63.0a1 至 68.*
    • Add access key to context menu items
    • Support Tree Style Tabs context menus

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.3

    发布于 2018年8月14日 - 31.08 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Try to play other sounds when requested sound doesn't work. Hierarchy is site requested sound -> custom site sound -> custom global sound -> default sound
    • Custom sounds for extensions are no longer ignored

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.2

    发布于 2018年8月12日 - 30.87 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Some sounds shouldn't fail to load anymore
    • Setting sounds should work more often

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.1

    发布于 2018年8月12日 - 30.83 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Improve errors shown in options
    • Properly disable download sound sub option when parent is not checked
    • Delete sounds when they are cleared

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3.0

    发布于 2018年8月11日 - 30.72 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • First run page introducing you to the extension
    • Detect when a file can not be played when selecting it

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.2.3

    发布于 2018年8月5日 - 27.96 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Fix creating file storage database

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.2.2

    发布于 2018年7月24日 - 27.92 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Show errors in options
    • Add Netatmo Netatmo CO₂ Indicator to suggested extension ID list

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.2.1

    发布于 2018年3月21日 - 26.93 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • New icon, thank you Elio!
    • Fix custom global sound not getting loaded

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.2.0

    发布于 2018年3月20日 - 29.87 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Don't play notification sounds if tab is muted (toggleable option)
    • Add context menu to tabs to toggle their ignored/allowed state for notification sounds (only in Firefox 60 and up). This is what requires the new permissions.
    • Volume setting for notification sound
    • Option to specify website or extension specific sounds and volume if explicitly allowing them (specifying custom sounds when blocking to come later)

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.1.2

    发布于 2017年11月17日 - 26.71 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Fix instanceof operator on Notification instances
    • Fix warning in console when website displays a notification without options

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.1.1

    发布于 2017年11月12日 - 26.5 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Avoid eval and try to override site APIs using other means

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.2

    发布于 2017年8月24日 - 25.12 KB
    适用于 firefox 56.0a1 及更高版本, android 56.0a1 至 68.*
    • Better options styling
    From 1.0.1
    • Accept sub domains as host name
    • Ignore www. in host names
    • Show titles of extensions alongside their ID

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.0

    发布于 2017年8月10日 - 24.66 KB
    适用于 firefox 55.0a1 及更高版本, android 57.0a1 至 68.*
    Convert this extension to a WebExtension. This resets all options

    This means the extension will no longer play a sound for every notification. Instead it can now only play sounds for notifications generated by a website in a tab, which excludes things like ServiceWorkers (background push notifications) and for extensions that explicitly support it. Right now my two notifier extensions "Live Stream Notifier" and "Advanced GitHub Notifications" both support this, no other extension supporting it is known to me.

    Integration for extensions is quite simple and outlined at https://github.com/freaktechnik/notification-sounds#extension-integration

    Please note that this extension may become more powerful again in the future, but there is no guarantee on that.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。