Scryfall search downloader

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

Wat is Scryfall search downloader?

Scryfall search downloader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scryfall search downloader

Download Scryfall search downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Scryfall search downloader Scryfall search downloader
ID dpppnhaepfhhemjfmebnbclpopinimbc
Officiële URL https://chromewebstore.google.com/detail/scryfall-search-downloade/dpppnhaepfhhemjfmebnbclpopinimbc
Beschrijving Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…
Bestandsgrootte 94.65 KB
Aantal Installaties 110
Huidige Versie 1.1
Laatst Bijgewerkt 2018-08-20
Publicatiedatum 2018-08-19
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    }
}