NEM Price Ticker (price taken from 'coinmarketcap.com'). Extension shows NEM (XEM) valued in Bitcoin and USD.
√ Values are refreshed every 4 minutes.
√ Click to refresh values.
√ For more details Hover over the extension icon.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "NEM (XEM) Price Ticker",
"short_name": "NEM (XEM) Price",
"description": "NEM (XEM) Price Ticker and other utilities around NEM",
"version": "1.1.6resigned1",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"author": "Taha Tawfik <microtaha@gmail.com>",
"icons": {
"128": "icon.png"
},
"web_accessible_resources": [
"icon.png"
],
"permissions": [
"background",
"notifications",
"storage",
"https://api.coinmarketcap.com/",
"http://www.ecb.europa.eu/"
],
"applications": {
"gecko": {
"id": "hffhicplhmnandgoocpgmbfcbhajhppj@chrome-store-foxified-3814035381"
}
}
}