Poe.trade custom whisper
Customize your whisper for poe.trade
Τι είναι το Poe.trade custom whisper;
Το Poe.trade custom whisper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Superouman, και η κύρια λειτουργία του είναι "Customize your whisper for poe.trade".
Λήψη αρχείου CRX της επέκτασης Poe.trade custom whisper
Λήψη αρχείων επέκτασης 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 |
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\/" ] } |