PoE Wiki Trade Link
Adds a link to every PoEWiki page to the trade site for that item.
¿Qué es PoE Wiki Trade Link?
PoE Wiki Trade Link es una extensión de Chrome desarrollada por rochovian, y su función principal es "Adds a link to every PoEWiki page to the trade site for that item.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PoE Wiki Trade Link
Descarga archivos de extensión PoE Wiki Trade Link en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | PoE Wiki Trade Link |
ID | nfgiigabbcilbognngigjadcmchfejfc |
URL Oficial | https://chromewebstore.google.com/detail/poe-wiki-trade-link/nfgiigabbcilbognngigjadcmchfejfc |
Descripción | Adds a link to every PoEWiki page to the trade site for that item. |
Tamaño del Archivo | 5.95 KB |
Cantidad de Instalaciones | 150 |
Versión Actual | 0.5 |
Última Actualización | 2023-10-14 |
Fecha de Publicación | 2023-10-09 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | rochovian |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } |