Voting Power | STEEM

The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…

Vad är Voting Power | STEEM?

Voting Power | STEEM är en Chrome-tillägg utvecklad av Victor&I, och dess huvudfunktion är "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".

Tilläggsskärmbilder

screenshot

Ladda ner Voting Power | STEEM-förlängningens CRX-fil

Ladda ner Voting Power | STEEM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Voting Power | STEEM Voting Power | STEEM
ID hjibojkpigjocliomjdodnfobmfjaplj
Officiell webbadress https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj
Beskrivning The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
Filstorlek 15.68 KB
Antal Installationer 37
Aktuell Version 2.0
Senast Uppdaterad 2017-08-02
Publiceringsdatum 2017-08-02
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare Victor&I
Betalningssätt free
Stödda Språk 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"
    }
}