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" } } |