Precious Metals Charts

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

Precious Metals Chartsคืออะไร?

Precious Metals Charts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.123easywebsites.com และคุณลักษณะหลักของมันคือ "Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Precious Metals Charts

ดาวน์โหลดไฟล์ส่วนขยาย Precious Metals Charts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Precious Metals Charts Precious Metals Charts
ID kjknhdopjhbcleideakicmmjdheiiiaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/precious-metals-charts/kjknhdopjhbcleideakicmmjdheiiiaj
คำอธิบาย Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium
ขนาดไฟล์ 254 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2014-09-15
วันที่เผยแพร่ 2014-09-15
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://www.123easywebsites.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://123easywebsites.com/
URL หน้าช่วยเหลือ http://123easywebsites.com/
URL หน้านโยบายความเป็นส่วนตัว http://massinflux.com
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}