Coinbase Enhancement Suite
Adds missing features to Coinbase website.
Vad är Coinbase Enhancement Suite?
Coinbase Enhancement Suite är en Chrome-tillägg utvecklad av Mike Tsao, och dess huvudfunktion är "Adds missing features to Coinbase website.".
Tilläggsskärmbilder
Ladda ner Coinbase Enhancement Suite-förlängningens CRX-fil
Ladda ner Coinbase Enhancement Suite-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
Fixes various bugs in the Coinbase website. Actually, at the moment fixes only one.
On the transactions page, tells you the USD/BTC price. Today this information is missing from transaction confirmations, but it's not provided. This information is calculated from the total price, the BTC figure, a $0.15 bank fee, and a 1.0% Coinbase fee. If these values change, the calculation will be incorrect.
Coinbase is not affiliated with me or this product. Grundläggande Information om Tillägg
| Namn | |
| ID | ihmmdkcakjebheclflinnabikkhdgpdl |
| Officiell webbadress | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
| Beskrivning | Adds missing features to Coinbase website. |
| Filstorlek | 2.96 KB |
| Antal Installationer | 299 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-08-02 |
| Publiceringsdatum | 2013-08-01 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Mike Tsao |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Coinbase Enhancement Suite",
"description": "Adds missing features to Coinbase website.",
"version": "1.0",
"content_scripts": [
{
"matches": [
"https:\/\/coinbase.com\/transactions\/*"
],
"js": [
"fix_transactions.js"
],
"run_at": "document_end"
}
]
} | |