Die2Nite Agent

A set of tools and utilities for Die2Nite zombie survival game.

Die2Nite Agent란 무엇입니까?

Die2Nite Agent은(는) simast에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A set of tools and utilities for Die2Nite zombie survival game."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Die2Nite Agent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A small extension that aims to improve Die2Nite game experience for Google Chrome users. Die2Nite is a fun zombie survival web game, visit http://goo.gl/15rd2 for more details.

Current features include:

- Automatic map update functionality for all external map applications (see screenshot above).
- Compact and expert modes (can be enabled on extension's options page) -  will disable certain redundant Die2Nite user interface elements.

You can choose the set of external map applications that should be updated on extension's options page.

What's new in the latest version? See version history at http://goo.gl/bxQDK

Remember: always wait for a "green light" before moving to another zone! If you have any suggestions or feedback for this extension - please do leave a comment/review below!                    

확장 프로그램 기본 정보

이름 Die2Nite Agent Die2Nite Agent
ID mcbnodoolliadkflmgoebfepeehmelnj
공식 URL https://chromewebstore.google.com/detail/die2nite-agent/mcbnodoolliadkflmgoebfepeehmelnj
설명 A set of tools and utilities for Die2Nite zombie survival game.
파일 크기 109 KB
설치 횟수 489
현재 버전 1.17
최근 업데이트 2013-03-22
출시 날짜 2013-03-22
평점 4.80/5 총 41 개의 평점
개발자 simast
결제 유형 free
확장 프로그램 웹 사이트 http://code.google.com/p/die2nite-agent/
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Die2Nite Agent",
    "version": "1.17",
    "description": "A set of tools and utilities for Die2Nite zombie survival game.",
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "options\/lib\/store.js",
            "background.js"
        ]
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        "css\/compactMode.css",
        "css\/expertMode.css",
        "img\/status.png",
        "img\/icon-cartographer.png",
        "img\/icon-duskDawn.png",
        "img\/icon-mapViewer.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.die2nite.com\/"
            ],
            "js": [
                "lib\/jquery.js",
                "content.documentEnd.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.die2nite.com\/*"
            ],
            "js": [
                "content.documentStart.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.die2nite.com\/*",
        "*:\/\/d2n.duskdawn.net\/*",
        "*:\/\/*.wastelandcartographer.com\/*",
        "*:\/\/die2nite.gamerz.org.uk\/*"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "incognito": "split"
}