eMAL

Quality-of-life enhancements for MyAnimeList

eMALคืออะไร?

eMAL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atomheartother และคุณลักษณะหลักของมันคือ "Quality-of-life enhancements for MyAnimeList"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eMAL

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ eMAL 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"
            ]
        }
    ]
}