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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة poe.trade Enhancement Suite
قم بتنزيل ملفات الامتداد poe.trade Enhancement Suite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*" ] } |