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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}