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.」です。
拡張機能のスクリーンショット
Die2Nite Agent拡張機能のCRXファイルをダウンロード
Die2Nite Agent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" } |