Precious Metals Charts

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

Cos'è Precious Metals Charts?

Precious Metals Charts è un'estensione di Chrome sviluppata da http://www.123easywebsites.com, e la sua funzione principale è "Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Precious Metals Charts

Scarica i file di estensione Precious Metals Charts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Precious Metals Charts Precious Metals Charts
ID kjknhdopjhbcleideakicmmjdheiiiaj
URL Ufficiale https://chrome.google.com/webstore/detail/precious-metals-charts/kjknhdopjhbcleideakicmmjdheiiiaj
Descrizione Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium
Dimensione del File 254 KB
Conteggio Installazioni 96
Versione Corrente 1.0.3
Ultimo Aggiornamento 2014-09-15
Data di Pubblicazione 2014-09-15
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore http://www.123easywebsites.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://123easywebsites.com/
URL della Pagina di Aiuto http://123easywebsites.com/
URL della Pagina della Politica sulla Privacy http://massinflux.com
Lingue Supportate 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:\/\/*\/*"
    ]
}