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 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
Eメール [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"
    ]
}