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…”。
扩展截图
下载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 |
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" } } |