Navigational sounds
Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.
什么是Navigational sounds?
Navigational sounds是由https://alonso-lopez.com开发的Chrome扩展程序,该扩展的主要功能是“Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.”。
扩展截图
下载Navigational sounds扩展crx文件
下载Navigational sounds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Did you like and help the sounds that the old Internet Explorer made when clicking a link, when a page was loaded or when making a download? This extension brings them back except if you have muted a website.
扩展基本信息
名称 | Navigational sounds |
ID | plhoioliblcddpmljieonfdndcmjmkpd |
官方URL | https://chromewebstore.google.com/detail/navigational-sounds/plhoioliblcddpmljieonfdndcmjmkpd |
简介 | Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs. |
文件大小 | 289 KB |
安装次数 | 368 |
当前版本 | 1.3 |
更新时间 | 2021-08-08 |
上架时间 | 2020-11-23 |
评分 | 4.71/5 共7次评分 |
开发者 | https://alonso-lopez.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.alonso-lopez.com |
支持的语言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Javier Alonso", "manifest_version": 2, "name": "__MSG_extensionName__", "default_locale": "es", "description": "__MSG_extensionDescription__", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "offline_enabled": true, "permissions": [ "downloads", "webNavigation" ] } |