Voting Power | STEEM

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

Τι είναι το Voting Power | STEEM;

Το Voting Power | STEEM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Victor&I, και η κύρια λειτουργία του είναι "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Voting Power | STEEM

Λήψη αρχείων επέκτασης Voting Power | STEEM σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Voting Power | STEEM Voting Power | STEEM
ID hjibojkpigjocliomjdodnfobmfjaplj
Επίσημο URL https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj
Περιγραφή The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
Μέγεθος Αρχείου 15.68 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2017-08-02
Ημερομηνία Δημοσίευσης 2017-08-02
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Victor&I
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}