POE Search Saver
Path of Exile Search Saver chrome extension
什么是POE Search Saver?
POE Search Saver是由Maigal开发的Chrome扩展程序,该扩展的主要功能是“Path of Exile Search Saver chrome extension”。
扩展截图
下载POE Search Saver扩展crx文件
下载POE Search Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | ilcpjebacaeckkjjmninkeiekdelnfjg | 
| 官方URL | https://chromewebstore.google.com/detail/poe-search-saver/ilcpjebacaeckkjjmninkeiekdelnfjg | 
| 简介 | Path of Exile Search Saver chrome extension | 
| 文件大小 | 371 KB | 
| 安装次数 | 40 | 
| 当前版本 | 1.0.0 | 
| 更新时间 | 2020-03-08 | 
| 上架时间 | 2020-03-08 | 
| 开发者 | Maigal | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://maigal.net | 
| 支持的语言 | 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"
    ]
}  |  |