Dogeticker
Checks the price of Dogecoin
Vad är Dogeticker?
Dogeticker är en Chrome-tillägg utvecklad av jakecup1, och dess huvudfunktion är "Checks the price of Dogecoin".
Tilläggsskärmbilder
Ladda ner Dogeticker-förlängningens CRX-fil
Ladda ner Dogeticker-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
A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap. Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)
Grundläggande Information om Tillägg
Namn | |
ID | doicohnmpoccofaomikcjbgblkpcameb |
Officiell webbadress | https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb |
Beskrivning | Checks the price of Dogecoin |
Filstorlek | 36.03 KB |
Antal Installationer | 19 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-03-10 |
Publiceringsdatum | 2018-03-10 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | jakecup1 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jakecupani/dogecoin-ticker |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogeticker", "description": "Checks the price of Dogecoin", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |