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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A non-official Chrome extension for the Prismata subreddit that adds a bunch of neat features"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prismata Subreddit Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}