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 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Just a little extension to download your searches off of Scryfall Simply search as normal on scryfall then click onto the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scryfall search downloader
قم بتنزيل ملفات الامتداد Scryfall search downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |