Search Anime by Screenshot

Use anime screenshots to search where this scene is taken from.

Search Anime by Screenshotคืออะไร?

Search Anime by Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trace.moe และคุณลักษณะหลักของมันคือ "Use anime screenshots to search where this scene is taken from."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Anime by Screenshot

ดาวน์โหลดไฟล์ส่วนขยาย Search Anime by Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A tool built by trace.moe
Tells you which anime, which episode, and exactly which moment this scene appears in Japanese Anime.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search Anime by Screenshot Search Anime by Screenshot
ID gkamnldpllcbiidlfacaccdoadedncfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-anime-by-screensho/gkamnldpllcbiidlfacaccdoadedncfp
คำอธิบาย Use anime screenshots to search where this scene is taken from.
ขนาดไฟล์ 11.83 KB
จำนวนการติดตั้ง 12,489
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2022-05-22
วันที่เผยแพร่ 2018-10-21
คะแนน 4.51/5 รวมทั้งหมด 85 คะแนน
ผู้พัฒนา https://trace.moe
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/soruly/trace.moe-WebExtension
URL หน้าช่วยเหลือ https://github.com/soruly/trace.moe-WebExtension/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/privacy-policy/7764846
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "soruly",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "trace.moe.js"
            ],
            "matches": [
                "https:\/\/trace.moe\/"
            ]
        }
    ],
    "description": "Use anime screenshots to search where this scene is taken from.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Search Anime by Screenshot",
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.0.2"
}