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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display a selection of clocks that represent various events that occur within Pardus (a MMORPG set in space)."입니다.

확장 프로그램 스크린샷

screenshot

Pardus MultiClock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}