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.”。
擴展截圖
下載Yu-Gi-Oh-Deck-Downloader擴展crx文件
下載Yu-Gi-Oh-Deck-Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | omhigihagjbdeocmmopgdnklnfanpbka | 
| 官方網址 | 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"
    ]
}  |  |