Pardus MultiClock

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

Pardus MultiClock क्या है?

Pardus MultiClock Miche द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display a selection of clocks that represent various events that occur within Pardus (a MMORPG set in space)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pardus MultiClock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}