Prismata Subreddit Extension

A non-official Chrome extension for the Prismata subreddit that adds a bunch of neat features

Prismata Subreddit Extensionとは何ですか?

Prismata Subreddit Extensionはzequezによって開発されたChromeの拡張機能で、その主な機能は「A non-official Chrome extension for the Prismata subreddit that adds a bunch of neat features」です。

拡張機能のスクリーンショット

screenshot

Prismata Subreddit Extension拡張機能のCRXファイルをダウンロード

Prismata Subreddit Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a *non-official* Chrome extension for the Prismata Subreddit http://www.reddit.com/r/Prismata/

It adds a bunch of cool features:
 - Adds icons next to the name the units (the same icons used on flails!).
 - When you hover the mouse on an unit name it displays the unit panel with all the information just like in the game. These panels come directly from the official Prismata Wiki http://prismata.gamepedia.com/
 - Each unit name detected is turned into a link to the Wiki page of that unit.
 - Automatically adds links to replays

Legal:

Prismata and all the Prismata art, images, and lore are copyrighted by Lunarch Studios.

Source:

https://github.com/Zequez/prismata-subreddit-extension                    

拡張機能の基本情報

名前 Prismata Subreddit Extension Prismata Subreddit Extension
ID kibofaneppnocghmpkmanakeojkakblp
公式URL https://chromewebstore.google.com/detail/prismata-subreddit-extens/kibofaneppnocghmpkmanakeojkakblp
説明 A non-official Chrome extension for the Prismata subreddit that adds a bunch of neat features
ファイルサイズ 77.65 KB
インストール数 28
現在のバージョン 0.2.0 Alpha 3
最終更新日 2014-12-07
公開日 2014-12-07
評価 5.00/5 合計 1 レビュー
開発者 zequez
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prismata Subreddit Extension",
    "version": "0.2.0.3",
    "version_name": "0.2.0 Alpha 3",
    "manifest_version": 2,
    "description": "A non-official Chrome extension for the Prismata subreddit that adds a bunch of neat features",
    "homepage_url": "http:\/\/github.com\/zequez\/prismata-subreddit-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/www.reddit.com\/*",
        "https:\/\/raw.githubusercontent.com\/Zequez\/prismata-subreddit-extension\/master\/data\/units.json"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ]
}