Pardus MultiClock

Display a selection of clocks that represent various events that occur within Pardus (a MMORPG set in space).

Pardus MultiClockคืออะไร?

Pardus MultiClock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miche และคุณลักษณะหลักของมันคือ "Display a selection of clocks that represent various events that occur within Pardus (a MMORPG set in space)."

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

screenshot

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

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

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

                        This extension allows you to choose from a large selection of in-game clocks and display them in the main Pardus menu (so they are visible at all times).

You can customise the font size for the clocks as well as the location across the menu where they will appear. You can also change which clocks show for each universe (via the Options link from the Extensions tab in Chrome).

The more clocks you choose to enable, the more width is required to display them all properly (so you may need to be selective about your choice of clocks).

All clocks will sync with the Pardus server time - so even if your local computer time is not accurate, the clocks should still reflect correct timings.                    

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

ชื่อ Pardus MultiClock Pardus MultiClock
ID abajgbabdajagdmfedgcdokllofbjdpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pardus-multiclock/abajgbabdajagdmfedgcdokllofbjdpe
คำอธิบาย Display a selection of clocks that represent various events that occur within Pardus (a MMORPG set in space).
ขนาดไฟล์ 21.48 KB
จำนวนการติดตั้ง 216
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2020-02-25
วันที่เผยแพร่ 2020-02-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Miche
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pardus MultiClock",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Display a selection of clocks that represent various events that occur within Pardus (a MMORPG set in space).",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options\/index.html",
    "permissions": [
        "storage",
        "*:\/\/orion.pardus.at\/*",
        "*:\/\/artemis.pardus.at\/*",
        "*:\/\/pegasus.pardus.at\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/orion.pardus.at\/menu.php",
                "*:\/\/artemis.pardus.at\/menu.php",
                "*:\/\/pegasus.pardus.at\/menu.php"
            ],
            "all_frames": true,
            "js": [
                "js\/clock.js"
            ]
        }
    ]
}