Card Image for Yu-Gi-Oh! Card Wiki

Show card images on Yu-Gi-Oh! Card Wiki.

Cos'è Card Image for Yu-Gi-Oh! Card Wiki?

Card Image for Yu-Gi-Oh! Card Wiki è un'estensione di Chrome sviluppata da uu1t, e la sua funzione principale è "Show card images on Yu-Gi-Oh! Card Wiki.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Card Image for Yu-Gi-Oh! Card Wiki

Scarica i file di estensione Card Image for Yu-Gi-Oh! Card Wiki 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

                        Show card images on Yu-Gi-Oh! Card Wiki (http://yugioh-wiki.net/).

# Description
When you visit card pages on Yu-Gi-Oh! Card Wiki (http://yugioh-wiki.net/), search Yu-Gi-Oh! Wikia! (http://yugioh.wikia.com/wiki/Yu-Gi-Oh!_Wikia) for card images, and show them if found.
When searching, TCG card images may be prior to OCG ones.

# Changelog
## v0.3.0 - 2019-07-10
- Fix Cross-Origin Read Blocking (CORB) error

## v0.2.2 - 2018-08-21
- Publish as Firefox extension

## v0.2.1 - 2018-08-14
- Partially fix Japanse card name serch

## v0.2.0 - 2018-08-14
- Fix Japanese card name search
- Add icons                    

Informazioni di Base sull'Estensione

Nome Card Image for Yu-Gi-Oh! Card Wiki Card Image for Yu-Gi-Oh! Card Wiki
ID npideaikogpbodfhcdcaabjnccclkfcb
URL Ufficiale https://chromewebstore.google.com/detail/card-image-for-yu-gi-oh-c/npideaikogpbodfhcdcaabjnccclkfcb
Descrizione Show card images on Yu-Gi-Oh! Card Wiki.
Dimensione del File 8.58 KB
Conteggio Installazioni 187
Versione Corrente 0.3.0
Ultimo Aggiornamento 2019-07-10
Data di Pubblicazione 2019-07-10
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore uu1t
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/uu1t/card-image-for-yugioh-card-wiki
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "name": "__MSG_extName__",
    "version": "0.3.0",
    "default_locale": "ja",
    "description": "__MSG_extDescription__",
    "author": "Yuichi Tanikawa",
    "homepage_url": "https:\/\/github.com\/uu1t\/card-image-for-yugioh-card-wiki",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/yugioh-wiki.net\/?*",
                "http:\/\/yugioh-wiki.net\/index.php?*",
                "http:\/\/yugioh-wiki.net\/pukiwiki.php?*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/yugioh.fandom.com\/"
    ]
}