Path of Exile Ladder
Take a look of the Path of exile ladder directly from your browser
Path of Exile Ladderとは何ですか?
Path of Exile Ladderはnowacki.fredericによって開発されたChromeの拡張機能で、その主な機能は「Take a look of the Path of exile ladder directly from your browser」です。
拡張機能のスクリーンショット
Path of Exile Ladder拡張機能のCRXファイルをダウンロード
Path of Exile Ladder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Follow the ladder of the different divisions of Path of exile on your chrome browser.
拡張機能の基本情報
名前 | |
ID | abnefenkcjjigmeabpinklnlimibiknc |
公式URL | https://chrome.google.com/webstore/detail/path-of-exile-ladder/abnefenkcjjigmeabpinklnlimibiknc |
説明 | Take a look of the Path of exile ladder directly from your browser |
ファイルサイズ | 1.26 MB |
インストール数 | 12 |
現在のバージョン | 1.0.3 |
最終更新日 | 2014-04-22 |
公開日 | 2014-04-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | nowacki.frederic |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Path of Exile Ladder", "version": "1.0.3", "description": "Take a look of the Path of exile ladder directly from your browser", "icons": { "16": "icons\/img16.png", "48": "icons\/img48.png", "128": "icons\/img128.png" }, "browser_action": { "default_icon": "icons\/img38.png", "default_title": "POE LADDER", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks", "http:\/\/api.pathofexile.com\/" ] } |