Scryfall search downloader
Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…
Qu'est-ce que Scryfall search downloader ?
Scryfall search downloader est une extension Chrome développée par Unknown, et sa fonction principale est "Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scryfall search downloader
Téléchargez les fichiers d'extension Scryfall search downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Scryfall search downloader |
ID | dpppnhaepfhhemjfmebnbclpopinimbc |
URL Officiel | https://chromewebstore.google.com/detail/scryfall-search-downloade/dpppnhaepfhhemjfmebnbclpopinimbc |
Description | Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the… |
Taille du Fichier | 94.65 KB |
Nombre d'Installations | 110 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-08-20 |
Date de Publication | 2018-08-19 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |