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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Indentifies SWdestiny card names on r/swdestiny, and replaces them with hoverable image links to the associated cards"입니다.

확장 프로그램 스크린샷

screenshot

Reddit SWDestiny Hover Image 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}