popCoin

Get notified of incoming and outgoing Bitcoin payments!

Τι είναι το popCoin;

Το popCoin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lee, και η κύρια λειτουργία του είναι "Get notified of incoming and outgoing Bitcoin payments!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης popCoin

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

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

                        Quickly be notified of all incoming and outgoing payments to any Bitcoin address you specify. Whenever a payment is received or sent, popCoin will display a small notification at the top right corner of the screen, with the payment displayed in BTC and USD.

popCoin does NOT store any personal information. Access to Blockchain.info is needed solely to check address balances.

Vesion 2.0:
*Watch up to 6 addresses
*You can now assign names/labels to your addresses
*Various bugfixes

Version 1.5.6:
*Minor bug fix

Version 1.5.5:
*Bitstamp current market price is now displayed in bottom right corner of popup
*The value of transactions are now also displayed in USD

Version 1.5.2:
*Added support for addresses of length between 27 & 33 characters, in addition to default 34
*Added nonintrusive donation button

Version 1.5.1:
*Quick fix for bug where restarting the browser would display false notifications

What's New in version 1.5:
*popCoin now saves your set Bitcoin address locally between browser sessions
*Added a wipe data button to completely remove any address stored
*Added  a check balance button
*Memory management is now 5 times more efficient
*Smoother transitions

Github repository: https://github.com/leethomas/popCoin                    

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

Όνομα popCoin popCoin
ID akngodfjackkjikgbaebbleigmafgbgm
Επίσημο URL https://chromewebstore.google.com/detail/popcoin/akngodfjackkjikgbaebbleigmafgbgm
Περιγραφή Get notified of incoming and outgoing Bitcoin payments!
Μέγεθος Αρχείου 95.03 KB
Αριθμός Εγκαταστάσεων 188
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2014-03-28
Ημερομηνία Δημοσίευσης 2014-03-28
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Lee
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "popCoin",
    "description": "Get notified of incoming and outgoing Bitcoin payments!",
    "version": "2.0",
    "background": {
        "scripts": [
            "\/src\/background.js",
            "\/src\/jquery-2.0.3.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/blockchain.info\/",
        "https:\/\/www.bitstamp.net\/",
        "background",
        "notifications",
        "alarms",
        "storage"
    ],
    "web_accessible_resources": [
        "\/res\/48logo.png",
        "\/res\/popcoin.png",
        "\/res\/donate_address.png"
    ],
    "icons": {
        "48": "\/res\/test48.png"
    },
    "browser_action": {
        "default_icon": "\/res\/19logo.png",
        "default_title": "popCoin!",
        "default_popup": "popup.html"
    }
}