MyAnimeList Searcher
Search Anime on MyAnimeList
什麼是MyAnimeList Searcher?
MyAnimeList Searcher是由sfinks apps開發的Chrome擴展程式,該擴展的主要功能是“Search Anime on MyAnimeList”。
擴展截圖
下載MyAnimeList Searcher擴展crx文件
下載MyAnimeList Searcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlight and right click on an anime title to quickly search it in MyAnimeList! 擴展基本資訊
| 名稱 | |
| ID | iajmbllmbjojpoilecapflgebmodnfio |
| 官方網址 | https://chromewebstore.google.com/detail/myanimelist-searcher/iajmbllmbjojpoilecapflgebmodnfio |
| 簡介 | Search Anime on MyAnimeList |
| 檔案大小 | 22.39 KB |
| 安裝次數 | 626 |
| 目前版本 | 2.0 |
| 更新時間 | 2014-06-30 |
| 上架時間 | 2014-06-30 |
| 評分 | 4.80/5 共 10 次評分 |
| 開發者 | sfinks apps |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MyAnimeList Searcher",
"description": "Search Anime on MyAnimeList",
"version": "2.0",
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"scripts": [
"search.js"
],
"persistent": true
},
"page_action": {
"default_title": "MALSearcher"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |