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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Path of Exile Ladder Path of Exile Ladder
ID abnefenkcjjigmeabpinklnlimibiknc
官方網址 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\/"
    ]
}