Reddit SWDestiny Hover Image

Indentifies SWdestiny card names on r/swdestiny, and replaces them with hoverable image links to the associated cards

Reddit SWDestiny Hover Image क्या है?

Reddit SWDestiny Hover Image keeganacquaotta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Indentifies SWdestiny card names on r/swdestiny, and replaces them with hoverable image links to the associated cards"।

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

screenshot

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

crx प्रारूप में Reddit SWDestiny Hover Image एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        I maintain this as a free tool in my spare time because I want you to have it, and I want to learn things in the process. Downloading it and enjoying it is all the support I need, but if anyone is compelled to support beyond that, please feel free to donate here: 

https://www.paypal.me/KeeganAcquaotta

1.3 Added all cards for Empire at War and the Destiny Two Player Game!

1.2 Set 2: Spirit of Rebellion added! Also further adjusted the word-searching to check for an 'e' prefix before card names. This will highlight instances where users want to refer to elite characters. Currently works on all cards for the sake of simplicity (including non-characters), but I can consider re-visiting this if that becomes problematic.

1.1 Adjusted the word-search functionality to eliminate "false-positive" matches. Card names should no longer become links if they are part of a larger phrase. Many thanks to u/Joshfullmer!

1.0 Features all cards in Set 1: Awakenings.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit SWDestiny Hover Image Reddit SWDestiny Hover Image
ID eicganghaipbklkgekbgeagmenpcdifh
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-swdestiny-hover-im/eicganghaipbklkgekbgeagmenpcdifh
विवरण Indentifies SWdestiny card names on r/swdestiny, and replaces them with hoverable image links to the associated cards
फ़ाइल का आकार 114 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2017-09-18
प्रकाशन तिथि 2017-09-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर keeganacquaotta
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit SWDestiny Hover Image",
    "description": "Indentifies SWdestiny card names on r\/swdestiny, and replaces them with hoverable image links to the associated cards",
    "version": "1.3.3",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/www.reddit.com\/r\/swdestiny\/*"
    ],
    "browser_action": {
        "default_icon": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/r\/swdestiny\/*"
            ],
            "js": [
                "jquery-3.1.1.js",
                "main.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}