Beigeman's Pardus Keyboard Actions Script

Provides additional keyboard-based functionality for www.pardus.at

Beigeman's Pardus Keyboard Actions Scriptคืออะไร?

Beigeman's Pardus Keyboard Actions Script เป็นส่วนขยายของ Chrome ที่พัฒนาโดย beigeman และคุณลักษณะหลักของมันคือ "Provides additional keyboard-based functionality for www.pardus.at"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beigeman's Pardus Keyboard Actions Script

ดาวน์โหลดไฟล์ส่วนขยาย Beigeman's Pardus Keyboard Actions Script ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        See pardus forum for details: http://forum.pardus.at/index.php?showtopic=61732                    

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

ชื่อ Beigeman's Pardus Keyboard Actions Script Beigeman's Pardus Keyboard Actions Script
ID eioedjimpkbhbmdpgdacjlpofgbohgfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beigemans-pardus-keyboard/eioedjimpkbhbmdpgdacjlpofgbohgfe
คำอธิบาย Provides additional keyboard-based functionality for www.pardus.at
ขนาดไฟล์ 34.77 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 24
อัปเดตครั้งล่าสุด 2017-11-11
วันที่เผยแพร่ 2017-11-11
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา beigeman
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.pardus.at
URL หน้าช่วยเหลือ http://forum.pardus.at/index.php?showtopic=61732
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beigeman's Pardus Keyboard Actions Script",
    "author": "Richard Broker",
    "short_name": "Beige's Keyboard Script",
    "description": "Provides additional keyboard-based functionality for www.pardus.at",
    "version": "24",
    "icons": {
        "48": "logo48.png",
        "96": "logo96.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "http*:\/\/*.pardus.at\/msgframe.php*",
                "http*:\/\/*.pardus.at\/game.php*",
                "http*:\/\/*.pardus.at\/menu.php*"
            ],
            "include_globs": [
                "http*:\/\/artemis.pardus.at\/*",
                "http*:\/\/orion.pardus.at\/*",
                "http*:\/\/pegasus.pardus.at\/*"
            ],
            "js": [
                "pal.js",
                "1234_combat_script.user.js"
            ],
            "matches": [
                "http:\/\/*.pardus.at\/*",
                "https:\/\/*.pardus.at\/*"
            ],
            "run_at": "document_end"
        }
    ]
}