eMAL
Quality-of-life enhancements for MyAnimeList
什麼是eMAL?
eMAL是由atomheartother開發的Chrome擴展程式,該擴展的主要功能是“Quality-of-life enhancements for MyAnimeList”。
擴展截圖
下載eMAL擴展crx文件
下載eMAL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Right now, lets you mass-remove items from your anime list as the interface to do it on the base site is quite clunky.
More information at: https://github.com/atomheartother/eMAL 擴展基本資訊
| 名稱 | |
| ID | cmeebapejoapfdgioceapbpbgigomoml |
| 官方網址 | https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml |
| 簡介 | Quality-of-life enhancements for MyAnimeList |
| 檔案大小 | 10.89 KB |
| 安裝次數 | 213 |
| 目前版本 | 0.2.2 |
| 更新時間 | 2019-03-18 |
| 上架時間 | 2019-03-18 |
| 開發者 | atomheartother |
| 付費類型 | free |
| 說明頁面URL | https://github.com/atomheartother/eMAL |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "eMAL",
"version": "0.2.2",
"description": "Quality-of-life enhancements for MyAnimeList",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/myanimelist.net\/*list\/*"
],
"js": [
"eMAL.js"
],
"css": [
"eMAL.css"
]
}
]
} | |