BetterMAL
Let's make MAL a better site.
什么是BetterMAL?
BetterMAL是由sasalx开发的Chrome扩展程序,该扩展的主要功能是“Let's make MAL a better site.”。
扩展截图
下载BetterMAL扩展crx文件
下载BetterMAL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Once upon a time there was a site called MAL. It was a good site but their "dev team" never updated the site. It looks like from 2007. I thought like "Well I can fix things". Here we are... Quick Edit, Quick Reply, Create New Topic and Profile Edit now have BBCode buttons. Quick Reply and Profile Edit have live preview now. That means you can see what you wrote live rather than clicking a button and wait for the refresh. Macros added for Quick Reply. The prefix is !! . Then you have to press macro button. New extension settings page. New "To Bottom" button. For people like me. You don't need to scroll that 30 comments now. You can see the id of users in their info table. For more info you can visit here: https://myanimelist.net/forum/?topicid=1704187 Status: 1.1.0
扩展基本信息
名称 | BetterMAL |
ID | ndmifonolbcfhcdfciaokiflklhjpifh |
官方URL | https://chromewebstore.google.com/detail/bettermal/ndmifonolbcfhcdfciaokiflklhjpifh |
简介 | Let's make MAL a better site. |
文件大小 | 28.25 KB |
安装次数 | 102 |
当前版本 | 1.1.0 |
更新时间 | 2019-10-11 |
上架时间 | 2019-10-11 |
评分 | 4.00/5 共2次评分 |
开发者 | sasalx |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterMAL", "version": "1.1.0", "description": "Let's make MAL a better site.", "icons": { "128": ".\/icons\/icon_128.png" }, "browser_action": { "default_icon": ".\/icons\/icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/myanimelist.net\/*" ], "run_at": "document_end" } ], "permissions": [ "tabs", "https:\/\/myanimelist.net\/*", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |