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 |
官方網址 | 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" } } |