Sorin Status

Appends Sorin Markov's current status to every Magic Story article.

Sorin Statusคืออะไร?

Sorin Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Van Baak และคุณลักษณะหลักของมันคือ "Appends Sorin Markov's current status to every Magic Story article."

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever finished reading a Magic Story article on the latest humorous or dramatic exploits of the Gatewatch, only to reach the end and find yourself bereft of any updates on the status of your favorite white/black-aligned vampire Innistradi planeswalker? Find yourself bereft no longer, for with SorinStatus, each and every Magic Story article will be greatly improved by the addition of an epilogue informing you that, in fact, Sorin Markov is still stuck in a rock.

Art by Cynthia Sheppard.                    

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

ชื่อ Sorin Status Sorin Status
ID fldelecpfdjnjhdpgkoglnejmkklcnjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sorin-status/fldelecpfdjnjhdpgkoglnejmkklcnjn
คำอธิบาย Appends Sorin Markov's current status to every Magic Story article.
ขนาดไฟล์ 53.81 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-09-14
วันที่เผยแพร่ 2017-09-14
คะแนน 4.65/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Tim Van Baak
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sorin Status",
    "description": "Appends Sorin Markov's current status to every Magic Story article.",
    "version": "1.0.1",
    "author": "Tim Van Baak",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/magic.wizards.com\/en\/articles\/archive\/magic-story\/*",
                "https:\/\/magic.wizards.com\/en\/articles\/archive\/magic-story\/*"
            ],
            "js": [
                "append_sorin.js"
            ]
        }
    ]
}