PoE Wiki Trade Link
Adds a link to every PoEWiki page to the trade site for that item.
Qu'est-ce que PoE Wiki Trade Link ?
PoE Wiki Trade Link est une extension Chrome développée par rochovian, et sa fonction principale est "Adds a link to every PoEWiki page to the trade site for that item.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PoE Wiki Trade Link
Téléchargez les fichiers d'extension PoE Wiki Trade Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This Chrome extension adds a button to the Path of Exile (PoE) Wiki page to quickly open a PoE trade search page for a specific item. It allows you to seamlessly transition from researching an item on the PoE Wiki to finding it on the PoE trade platform. Usage Install the extension in your Chrome browser. Visit a PoE Wiki page that displays an item you want to find. Click the "Trade" button added by the extension. A new tab will open with the PoE trade search results for the item. FAQ Is there a Firefox version? A Firefox version has been submitted for review. License This project is licensed under the MIT License - see the LICENSE file for details.
Informations de Base sur l'Extension
Nom | PoE Wiki Trade Link |
ID | nfgiigabbcilbognngigjadcmchfejfc |
URL Officiel | https://chromewebstore.google.com/detail/poe-wiki-trade-link/nfgiigabbcilbognngigjadcmchfejfc |
Description | Adds a link to every PoEWiki page to the trade site for that item. |
Taille du Fichier | 5.95 KB |
Nombre d'Installations | 150 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2023-10-14 |
Date de Publication | 2023-10-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | rochovian |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PoE Wiki Trade Link", "description": "Adds a link to every PoEWiki page to the trade site for that item.", "version": "0.5", "web_accessible_resources": [ { "resources": [ "images\/open-new-window.svg" ], "matches": [ "https:\/\/www.poewiki.net\/*" ] } ], "content_scripts": [ { "js": [ "scripts\/content\/wiki.js" ], "matches": [ "https:\/\/www.poewiki.net\/*" ] } ], "browser_specific_settings": { "gecko": { "id": "firefox@poe-wiki-trade-link" }, "chrome": { "id": "chrome@poe-wiki-trade-link" } } } |