Poe.trade custom whisper

Customize your whisper for poe.trade

Poe.trade custom whisper क्या है?

Poe.trade custom whisper Superouman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize your whisper for poe.trade"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poe.trade custom whisper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}