PoE @ Search Manager
Save and organize searches from poe.trade
What is PoE @ Search Manager?
PoE @ Search Manager is a Chrome extension developed by https://ajbrush.com, and its main feature is "Save and organize searches from poe.trade".
Extension Screenshots
Download PoE @ Search Manager Extension CRX File
Download PoE @ Search Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | PoE @ Search Manager |
ID | ggmoddfdhecpfefhplkbgbgblmmnbhgm |
Official URL | https://chromewebstore.google.com/detail/poe-search-manager/ggmoddfdhecpfefhplkbgbgblmmnbhgm |
Description | Save and organize searches from poe.trade |
File Size | 345 KB |
Installation Count | 56 |
Current Version | 2.2 |
Last Updated | 2018-10-19 |
Publish Date | 2018-10-18 |
Developer | https://ajbrush.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PoE @ Search Manager", "short_name": "@M", "version": "2.2", "description": "Save and organize searches from poe.trade", "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.poe.trade\/*" ], "js": [ "poetTradeButtons.js" ], "css": [ ".\/css\/poetButtons.css" ] }, { "matches": [ "*:\/\/*.pathofexile.com\/trade\/search\/*" ], "js": [ "poeTradeButtons.js" ], "css": [ ".\/css\/poeButtons.css" ] } ], "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png" } }, "manifest_version": 2 } |