Card Image for Yu-Gi-Oh! Card Wiki
Show card images on Yu-Gi-Oh! Card Wiki.
What is Card Image for Yu-Gi-Oh! Card Wiki?
Card Image for Yu-Gi-Oh! Card Wiki is a Chrome extension developed by uu1t, and its main feature is "Show card images on Yu-Gi-Oh! Card Wiki.".
Extension Screenshots
Download Card Image for Yu-Gi-Oh! Card Wiki Extension CRX File
Download Card Image for Yu-Gi-Oh! Card Wiki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Card Image for Yu-Gi-Oh! Card Wiki |
ID | npideaikogpbodfhcdcaabjnccclkfcb |
Official URL | https://chromewebstore.google.com/detail/card-image-for-yu-gi-oh-c/npideaikogpbodfhcdcaabjnccclkfcb |
Description | Show card images on Yu-Gi-Oh! Card Wiki. |
File Size | 8.58 KB |
Installation Count | 187 |
Current Version | 0.3.0 |
Last Updated | 2019-07-10 |
Publish Date | 2019-07-10 |
Rating | 3.33/5 Total 3 Ratings |
Developer | uu1t |
Payment Type | free |
Extension Website | https://github.com/uu1t/card-image-for-yugioh-card-wiki |
Supported Languages | 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\/" ] } |