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