Anime Title Finder
This extension was created by Ninio and is used to get anime titles
Anime Title Finderคืออะไร?
Anime Title Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension was created by Ninio and is used to get anime titles"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anime Title Finder
ดาวน์โหลดไฟล์ส่วนขยาย Anime Title Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension uses Kitsu.io api. You can use this extension to get the japanese title of an anime by searching with the english title, or vice versa.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Anime Title Finder |
ID | khfebfoahkoachidlegdhbmdfceakcfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anime-title-finder/khfebfoahkoachidlegdhbmdfceakcfm |
คำอธิบาย | This extension was created by Ninio and is used to get anime titles |
ขนาดไฟล์ | 154 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-05-10 |
วันที่เผยแพร่ | 2019-05-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anime Title Finder", "version": "1.0", "manifest_version": 2, "description": "This extension was created by Ninio and is used to get anime titles", "homepage_url": "http:\/\/www.Ninio.eu", "icons": { "48": "icons\/icon.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_popup": "src\/bg\/background.html", "default_icon": "icons\/icon.png" } } |