poe.trade Enhancement Suite
pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…
poe.trade Enhancement Suite क्या है?
poe.trade Enhancement Suite Hub City Code द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में poe.trade Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable format. Features: --Hotkeys for frequently used commands --Widescreen layout of search fields --Currency conversions and trending indicators More to come!
एक्सटेंशन की मूल जानकारी
नाम | poe.trade Enhancement Suite |
ID | ogdnaeaaljfojidhamhjdpmclpopcdki |
आधिकारिक URL | https://chromewebstore.google.com/detail/poetrade-enhancement-suit/ogdnaeaaljfojidhamhjdpmclpopcdki |
विवरण | pES is a set of tools to make navigating poe.trade easier as well as providing frequently used information in a readily usable… |
फ़ाइल का आकार | 38.16 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-08-22 |
प्रकाशन तिथि | 2017-08-22 |
डेवलपर | Hub City Code |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "poe.trade Enhancement Suite", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/poe.trade\/*", "http:\/\/poe.trade\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/poe.ninja\/*", "https:\/\/poe.ninja\/*" ] } |