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
公式URL 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"
    }
}