Sento - MyAnimeList Updater

Automatically look up anime series to add/update on MyAnimeList

Sento - MyAnimeList Updaterคืออะไร?

Sento - MyAnimeList Updater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fuhranku และคุณลักษณะหลักของมันคือ "Automatically look up anime series to add/update on MyAnimeList"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sento - MyAnimeList Updater

ดาวน์โหลดไฟล์ส่วนขยาย Sento - MyAnimeList Updater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Sento you have instant access to MyAnimeList anywhere you go on the web!
Log into your MyAnimeList account and open the extension when you're on the page playing anime.
The extension will attempt to automatically search for the title of the anime in the title of the tab and display it.
Calibrate the extension to work on any anime website.
Highlight/select text on any webpage and search for it using the extension.
Add or update an anime with your current status and score through the extension.
Open the MyAnimeList page for an anime in a new tab.

Uses the MyAnimeList API.
Not officially affiliated with MyAnimeList.                    

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

ชื่อ Sento - MyAnimeList Updater Sento - MyAnimeList Updater
ID ednoacfdjnjjmcpjcljpnmioicjnldcj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sento-myanimelist-updater/ednoacfdjnjjmcpjcljpnmioicjnldcj
คำอธิบาย Automatically look up anime series to add/update on MyAnimeList
ขนาดไฟล์ 166 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 1.31
อัปเดตครั้งล่าสุด 2018-01-15
วันที่เผยแพร่ 2018-01-15
คะแนน 2.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา fuhranku
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sento - MyAnimeList Updater",
    "description": "Automatically look up anime series to add\/update on MyAnimeList",
    "version": "1.31",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.12.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/myanimelist.net\/*"
    ],
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "16": "images\/icon.png"
    }
}