League of Legends Informer

This extension provides various League of Legends data services.

League of Legends Informerとは何ですか?

League of Legends InformerはGFongによって開発されたChromeの拡張機能で、その主な機能は「This extension provides various League of Legends data services.」です。

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

screenshot

League of Legends Informer拡張機能のCRXファイルをダウンロード

League of Legends Informer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        (Still in development)
Here is a list of the functionality:
- Store a list of summoners for any region
- See who from the list is in game or not in game
- View that summoner's match details
- View in game champion counter information based on lolcounter.com
- More features to come                    

拡張機能の基本情報

名前 League of Legends Informer League of Legends Informer
ID dmhcoonjlogoboepkgfimgpddimieopn
公式URL https://chromewebstore.google.com/detail/league-of-legends-informe/dmhcoonjlogoboepkgfimgpddimieopn
説明 This extension provides various League of Legends data services.
ファイルサイズ 3.03 MB
インストール数 15
現在のバージョン 1.0.2
最終更新日 2013-11-18
公開日 2013-11-17
開発者 GFong
支払い方法 free
拡張機能のウェブサイト https://github.com/gfong/leagueoflegendsinformer
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "League of Legends Informer",
    "description": "This extension provides various League of Legends data services.",
    "version": "1.0.2",
    "permissions": [
        "http:\/\/www.elophant.com\/*",
        "http:\/\/www.lolnexus.com\/*",
        "http:\/\/www.lolking.net\/*",
        "http:\/\/www.lolteam.net\/*",
        "https:\/\/teemojson.p.mashape.com\/",
        "http:\/\/www.lolcounter.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "lolinformer.html"
    }
}