Scryfall Context Menu
Search Magic: the Gathering cards with Scryfall by using the context menu.
Qu'est-ce que Scryfall Context Menu ?
Scryfall Context Menu est une extension Chrome développée par maxremming, et sa fonction principale est "Search Magic: the Gathering cards with Scryfall by using the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scryfall Context Menu
Téléchargez les fichiers d'extension Scryfall Context Menu 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
Search Scryfall from the right click menu when you have text selected. Not affiliated with the people running Scryfall.
Informations de Base sur l'Extension
Nom | Scryfall Context Menu |
ID | pdaefogenfkpljnobjodfenjgnkjjpgc |
URL Officiel | https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc |
Description | Search Magic: the Gathering cards with Scryfall by using the context menu. |
Taille du Fichier | 35.3 KB |
Nombre d'Installations | 78 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2019-01-04 |
Date de Publication | 2019-01-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | maxremming |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scryfall Context Menu", "description": "Search Magic: the Gathering cards with Scryfall by using the context menu.", "version": "0.3.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "index.js" ] }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "512": "icon-512.png" }, "manifest_version": 2 } |