Navigational sounds

Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs.

Navigational soundsคืออะไร?

Navigational sounds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alonso-lopez.com และคุณลักษณะหลักของมันคือ "Plays sounds at start/end navigation or downloads like old Internet Explorer, ignoring muted tabs."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Navigational sounds

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}