Bitstamp BTC price

Shows Bitstamp BTC price

Vad är Bitstamp BTC price?

Bitstamp BTC price är en Chrome-tillägg utvecklad av tanel, och dess huvudfunktion är "Shows Bitstamp BTC price".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Bitstamp BTC price-förlängningens CRX-fil

Ladda ner Bitstamp BTC price-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

                        Just shows the Bitstamp BTC (Bitcoin) price/rate. It's fetched every 60 seconds or when the user clicks on the icon.

About badge background colours:
* black - price did not change from last fetch.
* green - price went up
* red - price went down

So... green is good, red is bad ;)

Depending on the rate it might not fit very well. Just right click the icon, select "Options" and from there select your desired price precision.

Also added possibility to configure notifications so user gets notified when price rises over or falls below configured threshold. Once the limit is met, user is notified and the limit is set to that value - and this is repeated every time new limit is crossed. Go disable the notifications or set a new limit if you get annoyed.

source code: https://github.com/tanelpuhu/bitstamp-btc-price

ps. made it for personal use, things might and will break, Bitstamp might be down (eg. maintenance)



*** This is not an official plugin! ***

The author of this plugin has no affiliation with Bitstamp., nor is this plugin endorsed or supported in any shape or form by the Bitstamp.

More info about Bitstamp can be found from bitstamp.net                    

Grundläggande Information om Tillägg

Namn Bitstamp BTC price Bitstamp BTC price
ID dobommehlbkjcjnbmhnnbcphncncjpid
Officiell webbadress https://chromewebstore.google.com/detail/bitstamp-btc-price/dobommehlbkjcjnbmhnnbcphncncjpid
Beskrivning Shows Bitstamp BTC price
Filstorlek 64.26 KB
Antal Installationer 728
Aktuell Version 0.2.0
Senast Uppdaterad 2023-09-19
Publiceringsdatum 2014-11-13
Betyg 4.61/5 Totalt 23 Betyg
Utvecklare tanel
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/tanelpuhu/bitstamp-btc-price
Hjälpsida URL https://github.com/tanelpuhu/bitstamp-btc-price/issues
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "description": "Shows Bitstamp BTC price",
    "manifest_version": 2,
    "options_page": "options.html",
    "name": "Bitstamp BTC price",
    "permissions": [
        "notifications",
        "https:\/\/www.bitstamp.net\/"
    ],
    "version": "0.2.0"
}