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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}