e-chords Key Change Extension

This extension enables the e-chords.com key change feature without requiring a premium membership

e-chords Key Change Extensionคืออะไร?

e-chords Key Change Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย throwawayaccount และคุณลักษณะหลักของมันคือ "This extension enables the e-chords.com key change feature without requiring a premium membership"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย e-chords Key Change Extension

ดาวน์โหลดไฟล์ส่วนขยาย e-chords Key Change Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables the e-chords.com key change feature without requiring a premium membership                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ e-chords Key Change Extension e-chords Key Change Extension
ID amlpgnoimdaognnaoflljbjgilpoopfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe
คำอธิบาย This extension enables the e-chords.com key change feature without requiring a premium membership
ขนาดไฟล์ 20.15 KB
จำนวนการติดตั้ง 231
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-01-21
วันที่เผยแพร่ 2016-01-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา throwawayaccount
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "e-chords Key Change Extension",
    "short_name": "e-chords-key-change",
    "description": "This extension enables the e-chords.com key change feature without requiring a premium membership",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.e-chords.com\/*",
                "http:\/\/www.e-chords.com\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.e-chords.com\/*",
        "http:\/\/www.e-chords.com\/*"
    ]
}