Genius.com : Lyrics Accessibility
This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages
Genius.com : Lyrics Accessibilityคืออะไร?
Genius.com : Lyrics Accessibility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius.com : Lyrics Accessibility
ดาวน์โหลดไฟล์ส่วนขยาย Genius.com : Lyrics Accessibility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        This extension strips out some of the screen-reader unfriendly portion of the individual song lyrics pages for Genius.com                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | ppampiglggnmloiajkficghjdbmmlbgb | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/geniuscom-lyrics-accessib/ppampiglggnmloiajkficghjdbmmlbgb | 
| คำอธิบาย | This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages | 
| ขนาดไฟล์ | 40.49 KB | 
| จำนวนการติดตั้ง | 14 | 
| เวอร์ชันปัจจุบัน | 1.0.0 | 
| อัปเดตครั้งล่าสุด | 2019-09-10 | 
| วันที่เผยแพร่ | 2019-09-09 | 
| ผู้พัฒนา | admin | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius.com : Lyrics Accessibility",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This extension removes a lot of the screenreader unfriendly portions of Genius.com's song lyrics pages",
    "homepage_url": "https:\/\/dandulaney.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/genius.com\/*",
        "https:\/\/www.genius.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/genius.com\/*",
                "https:\/\/www.genius.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}  |  |