Scryfall search downloader
Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…
Cos'è Scryfall search downloader?
Scryfall search downloader è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scryfall search downloader
Scarica i file di estensione Scryfall search downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Scryfall search downloader |
ID | dpppnhaepfhhemjfmebnbclpopinimbc |
URL Ufficiale | https://chromewebstore.google.com/detail/scryfall-search-downloade/dpppnhaepfhhemjfmebnbclpopinimbc |
Descrizione | Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the… |
Dimensione del File | 94.65 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-08-20 |
Data di Pubblicazione | 2018-08-19 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |