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ファイルをダウンロード

Poe.trade custom whisper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/"
    ]
}