Card Image for Yu-Gi-Oh! Card Wiki
Show card images on Yu-Gi-Oh! Card Wiki.
Card Image for Yu-Gi-Oh! Card Wikiคืออะไร?
Card Image for Yu-Gi-Oh! Card Wiki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uu1t และคุณลักษณะหลักของมันคือ "Show card images on Yu-Gi-Oh! Card Wiki."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Card Image for Yu-Gi-Oh! Card Wiki
ดาวน์โหลดไฟล์ส่วนขยาย Card Image for Yu-Gi-Oh! Card Wiki ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | npideaikogpbodfhcdcaabjnccclkfcb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/card-image-for-yu-gi-oh-c/npideaikogpbodfhcdcaabjnccclkfcb |
| คำอธิบาย | Show card images on Yu-Gi-Oh! Card Wiki. |
| ขนาดไฟล์ | 8.58 KB |
| จำนวนการติดตั้ง | 187 |
| เวอร์ชันปัจจุบัน | 0.3.0 |
| อัปเดตครั้งล่าสุด | 2019-07-10 |
| วันที่เผยแพร่ | 2019-07-10 |
| คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | uu1t |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/uu1t/card-image-for-yugioh-card-wiki |
| ภาษาที่รองรับ | 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\/"
]
} | |