Stock Look Up

Get the up-to-date info on any US-listed security without leaving your browser.

Stock Look Upคืออะไร?

Stock Look Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sypteras.com และคุณลักษณะหลักของมันคือ "Get the up-to-date info on any US-listed security without leaving your browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stock Look Up

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

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

                        Stock Look Up retrieves the current price, day's dollar and percent price change, 
and a chart displaying the the day's price movement for any US-listed security.

Stock information comes from Yahoo Finance and may delayed up to 20 minutes.


1.1 Update

+ bug fixes                    

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

ชื่อ Stock Look Up Stock Look Up
ID hepipjfjpaoeoljnajddllinifgbkifi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi
คำอธิบาย Get the up-to-date info on any US-listed security without leaving your browser.
ขนาดไฟล์ 119 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-01-02
วันที่เผยแพร่ 2015-01-01
ผู้พัฒนา sypteras.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Look Up",
    "version": "1.1",
    "description": "Get the up-to-date info on any US-listed security without leaving your browser.",
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Stock Look Up",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}