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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |