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
官方網址 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"
            ]
        }
    ]
}