Stock Look Up

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

Stock Look Up क्या है?

Stock Look Up sypteras.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the up-to-date info on any US-listed security without leaving your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stock Look Up एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
        ""
    ]
}