Anime Title Finder
This extension was created by Ninio and is used to get anime titles
什么是Anime Title Finder?
Anime Title Finder是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension was created by Ninio and is used to get anime titles”。
扩展截图
下载Anime Title Finder扩展crx文件
下载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" } } |