f.ds extension

Enhances f.ds poster experience

f.ds extension란 무엇입니까?

f.ds extension은(는) GendoIkari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances f.ds poster experience"입니다.

확장 프로그램 스크린샷

screenshot

f.ds extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will add the ability to have card links for forum.dominionstrategy.com. It adds a new button to the editor that says "Card". Clicking this button inserts [card][/card] markup. When you post a message that contains this markup, it will be automatically converted to the URL markup, linking to the appropriate page on wiki.dominionstrategy.com.

It also adds rollover image popups for cards links; and buttons to insert Dominion icons into your posts.                    

확장 프로그램 기본 정보

이름 f.ds extension f.ds extension
ID meaipheckolpooacmilbpnilakniolgi
공식 URL https://chromewebstore.google.com/detail/fds-extension/meaipheckolpooacmilbpnilakniolgi
설명 Enhances f.ds poster experience
파일 크기 111 KB
설치 횟수 70
현재 버전 1.35
최근 업데이트 2020-03-22
출시 날짜 2020-03-21
평점 5.00/5 총 2 개의 평점
개발자 GendoIkari
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "links.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "purify.min.js",
                "links.js"
            ],
            "matches": [
                "*:\/\/forum.dominionstrategy.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "126": "FDS-16.png",
        "32": "FDS-32.png",
        "48": "FDS-48.png",
        "64": "FDS-64.png",
        "128": "FDS-128.png"
    },
    "description": "Enhances f.ds poster experience",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofyNDVlbt4B7d1CcGkxj1XAiMV4LtIsObqeqzeBLLueU97puvySJSG0WK8Qv5afmmBasSYzeScYQrVyAENphHS+oQfVz1ViYD0FPt2O+nDmhIwN2mW1854gYHWFgbIxg+28poTpqo2hENoxESEeqPQJwItPbF9Fm2v+8\/T2Bc\/oCykehGHyt27IiU6TcWD0gntWK6XWCvfvOHeFx2GRNHBvTeCfJ4ANWWS\/OKPN+JfFLBZMvNxix+DiVv5WivoTUV6ITcCjYNcoO7bM\/Z7Tp6eW\/M5J0VGAw8\/hLJdwFIKgFQ6eo95pav9WyXxqM3TDDYs1EE67PYvTLX21dto023wIDAQAB",
    "manifest_version": 2,
    "name": "f.ds extension",
    "permissions": [
        "*:\/\/forum.dominionstrategy.com\/*",
        "http:\/\/pittersplace.com\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.35"
}