FFXIV Lodestone Item Level

Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.

FFXIV Lodestone Item Level क्या है?

FFXIV Lodestone Item Level Timothy Yang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FFXIV Lodestone Item Level एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.

Example: http://na.finalfantasyxiv.com/lodestone/character/7806252/                    

एक्सटेंशन की मूल जानकारी

नाम FFXIV Lodestone Item Level FFXIV Lodestone Item Level
ID kiinapbnbhiciibepifocdkkmhadhfmk
आधिकारिक URL https://chrome.google.com/webstore/detail/ffxiv-lodestone-item-leve/kiinapbnbhiciibepifocdkkmhadhfmk
विवरण Display a character's item level in the FFXIV Lodestone: http://na.finalfantasyxiv.com/lodestone/character/.
फ़ाइल का आकार 58.49 KB
स्थापना संख्या 321
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2015-01-04
प्रकाशन तिथि 2015-01-04
रेटिंग 3.64/5 कुल 11 रेटिंग्स
डेवलपर Timothy Yang
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FFXIV Lodestone Item Level",
    "version": "1.0.2",
    "description": "Display a character's item level in the FFXIV Lodestone: http:\/\/na.finalfantasyxiv.com\/lodestone\/character\/.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/"
            ]
        }
    ],
    "author": "Timothy Yang"
}