Voting Power | STEEM
The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
Hvad er Voting Power | STEEM?
Voting Power | STEEM er en Chrome-udvidelse udviklet af Victor&I, og dens hovedfunktion er "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".
Udvidelsesskærmbilleder
Download Voting Power | STEEM-udvidelses-CRX-fil
Download Voting Power | STEEM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hjibojkpigjocliomjdodnfobmfjaplj |
Officiel URL | https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj |
Beskrivelse | The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require… |
Filstørrelse | 15.68 KB |
Antal Installationer | 37 |
Nuværende Version | 2.0 |
Senest Opdateret | 2017-08-02 |
Udgivelsesdato | 2017-08-02 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | Victor&I |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |