Poe.trade custom whisper

Customize your whisper for poe.trade

Poe.trade custom whisper란 무엇입니까?

Poe.trade custom whisper은(는) Superouman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your whisper for poe.trade"입니다.

Poe.trade custom whisper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Poe.trade custom whisper enables you to create a custom message for your whispers from poe.trade.

It adds a new button on poe.trade next to the regular whisper button. It enables you to add a very visible message at the end of your whisper when you want to make an offer to an item without a price.

In the extension window, you write your template for the regular whisper message and for the additional part for new offers. You save it and it will be used every time you will click on the "Whisper" or "New offer" buttons.

This extension is not affiliated with poe.trade or Grinding Gear Games in any way.                    

확장 프로그램 기본 정보

이름 Poe.trade custom whisper Poe.trade custom whisper
ID fhccifnkfoehphppdhjpmbmijifmjjjc
공식 URL https://chromewebstore.google.com/detail/poetrade-custom-whisper/fhccifnkfoehphppdhjpmbmijifmjjjc
설명 Customize your whisper for poe.trade
파일 크기 60.26 KB
설치 횟수 23
현재 버전 1.0
최근 업데이트 2016-10-23
출시 날짜 2016-10-23
평점 4.50/5 총 2 개의 평점
개발자 Superouman
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poe.trade custom whisper",
    "description": "Customize your whisper for poe.trade",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_css": "style.css"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.1.1.min.js",
                "get_item_info.js"
            ],
            "matches": [
                "http:\/\/*.poe.trade\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}