Yu-Gi-Oh-Deck-Downloader

Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.

Yu-Gi-Oh-Deck-Downloader란 무엇입니까?

Yu-Gi-Oh-Deck-Downloader은(는) Jasonnor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro."입니다.

확장 프로그램 스크린샷

screenshot

Yu-Gi-Oh-Deck-Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Yu-Gi-Oh Deck Downloader

Usage
1. Go to https://ocg.xpg.jp/deck/deck.fcgi and enter the desired deck.
2. Press the extension button in the upper-left corner, or right-click on page then select "Download Deck".
3. Move the downloaded file(*.ydk) to "[Your ADS directory]/deck/"
4. You will then be able to see the deck you just downloaded in the ADS deck edit screen.

This is an open source project. Visit Yu-Gi-Oh-Deck-Downloader's Github page for full instructions, more information, bug reports, or to contribute.

https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader                    

확장 프로그램 기본 정보

이름 Yu-Gi-Oh-Deck-Downloader Yu-Gi-Oh-Deck-Downloader
ID omhigihagjbdeocmmopgdnklnfanpbka
공식 URL https://chromewebstore.google.com/detail/yu-gi-oh-deck-downloader/omhigihagjbdeocmmopgdnklnfanpbka
설명 Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.
파일 크기 128 KB
설치 횟수 1,254
현재 버전 0.4.2
최근 업데이트 2016-11-15
출시 날짜 2016-11-15
평점 4.35/5 총 17 개의 평점
개발자 Jasonnor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader
도움말 페이지 URL https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader/issues
지원되는 언어 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "0.4.2",
    "icons": {
        "16": "src\/icon16.png",
        "48": "src\/icon48.png",
        "128": "src\/icon128.png"
    },
    "browser_action": {
        "default_icon": "src\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}