Sorin Status

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

Sorin Statusとは何ですか?

Sorin StatusはTim Van Baakによって開発されたChromeの拡張機能で、その主な機能は「Appends Sorin Markov's current status to every Magic Story article.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Sorin Status拡張機能のCRXファイルをダウンロード

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