POE Search Saver
Path of Exile Search Saver chrome extension
What is POE Search Saver?
POE Search Saver is a Chrome extension developed by Maigal, and its main feature is "Path of Exile Search Saver chrome extension".
Extension Screenshots
Download POE Search Saver Extension CRX File
Download POE Search Saver 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 for quickly bookmarking and managing poe.trade and pathofexile item seaches. Exporting/Importing and more features coming soon, this extension is in an experimental state.
Extension Basic Information
Name | POE Search Saver |
ID | ilcpjebacaeckkjjmninkeiekdelnfjg |
Official URL | https://chromewebstore.google.com/detail/poe-search-saver/ilcpjebacaeckkjjmninkeiekdelnfjg |
Description | Path of Exile Search Saver chrome extension |
File Size | 371 KB |
Installation Count | 40 |
Current Version | 1.0.0 |
Last Updated | 2020-03-08 |
Publish Date | 2020-03-08 |
Developer | Maigal |
[email protected] | |
Payment Type | free |
Extension Website | https://maigal.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "POE Search Saver", "version": "1.0.0", "description": "Path of Exile Search Saver chrome extension", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "POE SS", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ] } |