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 |
官方網址 | 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" ] } |