LOL Smart Ping

Add smart ping of League of Legends on Chrome !

LOL Smart Pingคืออะไร?

LOL Smart Ping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emile.delmas และคุณลักษณะหลักของมันคือ "Add smart ping of League of Legends on Chrome !"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LOL Smart Ping

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

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

                        Same way as in League of Legends:

1. Hold Ctrl on any website to open the ping menu,
2. Drag you mouse to the desired ping,
3. Release Ctrl to ping.

tldr : Press Ctrl

Code Repository (Open Source):
https://github.com/emiledelmas/LOLSmartPing

Developped by : 
• Léo Bonnaire (https://github.com/leoBonnaire)
• Emile Delmas (https://github.com/emiledelmas)                    

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

ชื่อ LOL Smart Ping LOL Smart Ping
ID edfckebeghmfpiokhibgknogjcikfebc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lol-smart-ping/edfckebeghmfpiokhibgknogjcikfebc
คำอธิบาย Add smart ping of League of Legends on Chrome !
ขนาดไฟล์ 9.02 MB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-09-22
วันที่เผยแพร่ 2021-12-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา emile.delmas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/emiledelmas/LOLSmartPing
URL หน้าช่วยเหลือ https://github.com/emiledelmas/LOLSmartPing/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "\/images\/logo128.png",
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Add smart ping of League of Legends on Chrome !",
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "128": "\/images\/logo128.png",
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png"
    },
    "manifest_version": 3,
    "name": "LOL Smart Ping",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "1.4",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/images\/logo16.png",
                "\/images\/logo32.png",
                "\/images\/logo48.png",
                "\/images\/logo128.png",
                "\/images\/logo128Danger.png",
                "\/images\/logo128Omw.png",
                "\/images\/logo128Wtf.png",
                "\/images\/logo128Help.png",
                "\/images\/logo128Normal.png",
                "\/images\/LoL_ping_menu.png",
                "\/images\/pingDanger.png",
                "\/images\/pingOmw.png",
                "\/images\/pingHelp.png",
                "\/images\/pingWtf.png",
                "\/images\/pingNormal.png",
                "\/sounds\/pingDanger.mp3",
                "\/sounds\/pingOmw.mp3",
                "\/sounds\/pingHelp.mp3",
                "\/sounds\/pingWtf.mp3",
                "\/sounds\/pingNormal.mp3"
            ]
        }
    ]
}