Scryfall search downloader

Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…

什麼是Scryfall search downloader?

Scryfall search downloader是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…”。

擴展截圖

screenshot

下載Scryfall search downloader擴展crx文件

下載Scryfall search downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Just a little extension to download your searches off of Scryfall

Simply search as normal on scryfall then click onto the extension icon once you reach the search page, then save the file as a csv

For the site: https://scryfall.com
Code at: https://github.com/Verbatiama/ScryfallDownloadExtension                    

擴展基本資訊

名稱 Scryfall search downloader Scryfall search downloader
ID dpppnhaepfhhemjfmebnbclpopinimbc
官方網址 https://chromewebstore.google.com/detail/scryfall-search-downloade/dpppnhaepfhhemjfmebnbclpopinimbc
簡介 Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…
檔案大小 94.65 KB
安裝次數 110
目前版本 1.1
更新時間 2018-08-20
上架時間 2018-08-19
評分 4.33/5 共 3 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scryfall search downloader",
    "short_name": "Scryfall search downloader",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.scryfall.com\/search?*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}