Search Anime by Screenshot
Use anime screenshots to search where this scene is taken from.
什麼是Search Anime by Screenshot?
Search Anime by Screenshot是由https://trace.moe開發的Chrome擴展程式,該擴展的主要功能是“Use anime screenshots to search where this scene is taken from.”。
擴展截圖
下載Search Anime by Screenshot擴展crx文件
下載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 |
ID | gkamnldpllcbiidlfacaccdoadedncfp |
官方網址 | 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 |
電子郵箱 | soruly@trace.moe |
付費類型 | 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" } |