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 |
| 公式URL | 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"
]
}
]
} | |