Voting Power | STEEM
The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
¿Qué es Voting Power | STEEM?
Voting Power | STEEM es una extensión de Chrome desarrollada por Victor&I, y su función principal es "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Voting Power | STEEM
Descarga archivos de extensión Voting Power | STEEM 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
The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require the opening of the STEEMIT website. The extension is activated by clicking on the icon. In the background it extension inactive and does not consume network resources. In the "Login" field, enter your nickname for STEEMIT (without the "@") and check the box in the checkbox. The nickname is written into the browser memory, you do not need to re-enter it. If you uncheck the checkbox, the nickname will be erased from memory. It will need to be entered again. The application is not tied to the user. You can see Voting Power of the other user of STEEMIT.
Información Básica de la Extensión
Nombre | |
ID | hjibojkpigjocliomjdodnfobmfjaplj |
URL Oficial | https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj |
Descripción | The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require… |
Tamaño del Archivo | 15.68 KB |
Cantidad de Instalaciones | 37 |
Versión Actual | 2.0 |
Última Actualización | 2017-08-02 |
Fecha de Publicación | 2017-08-02 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | Victor&I |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voting Power | STEEM", "version": "2.0", "icons": { "128": "vp.png" }, "permissions": [ "https:\/\/steemd.com\/*", "unlimitedStorage", "notifications" ], "browser_action": { "default_title": "Voting Power | STEEM", "default_icon": "vp.png", "default_popup": "popup.html" } } |