PoE @ Search Manager

Save and organize searches from poe.trade

PoE @ Search Manager란 무엇입니까?

PoE @ Search Manager은(는) https://ajbrush.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and organize searches from poe.trade"입니다.

확장 프로그램 스크린샷

screenshot

PoE @ Search Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 PoE @ Search Manager PoE @ Search Manager
ID ggmoddfdhecpfefhplkbgbgblmmnbhgm
공식 URL https://chromewebstore.google.com/detail/poe-search-manager/ggmoddfdhecpfefhplkbgbgblmmnbhgm
설명 Save and organize searches from poe.trade
파일 크기 345 KB
설치 횟수 56
현재 버전 2.2
최근 업데이트 2018-10-19
출시 날짜 2018-10-18
개발자 https://ajbrush.com
결제 유형 free
지원되는 언어 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
}