BetterMAL

Let's make MAL a better site.

BetterMAL란 무엇입니까?

BetterMAL은(는) sasalx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let's make MAL a better site."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

BetterMAL 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
    }
}