Precious Metals Charts

Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium

Co to jest Precious Metals Charts?

Precious Metals Charts to rozszerzenie Chrome opracowane przez http://www.123easywebsites.com, a jego główną funkcją jest „Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Precious Metals Charts

Pobierz pliki rozszerzeń Precious Metals Charts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium

If you like this, please say Thanks by sharing it or leaving a review

For developers:
The application is open source and can be found
https://github.com/patrioticcow/PreciousMetalsCharts

v 1.0.3
attempt to remove popup

v 1.0.2
small UI and UX update

v 1.0.1
added interactive charts
for existent metals

v 0.9.2
small fix

v 0.9.1
initial release
charts:
   -Silver
   -Gold
   -Platinum
   -Palladium
   -Rhodium                    

Podstawowe informacje o rozszerzeniu

Nazwa Precious Metals Charts Precious Metals Charts
ID kjknhdopjhbcleideakicmmjdheiiiaj
Oficjalny URL https://chrome.google.com/webstore/detail/precious-metals-charts/kjknhdopjhbcleideakicmmjdheiiiaj
Opis Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium
Rozmiar pliku 254 KB
Liczba instalacji 96
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2014-09-15
Data Publikacji 2014-09-15
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper http://www.123easywebsites.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://123easywebsites.com/
Adres URL Strony Pomocy http://123easywebsites.com/
Adres URL Strony Polityki Prywatności http://massinflux.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precious Metals Charts",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Precious Metals Charts",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "history",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}