Stock Dig

Highlight a stock symbol and get historical data on its performance.

Stock Dig क्या है?

Stock Dig http://www.giantmultimedia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight a stock symbol and get historical data on its performance."।

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

screenshot
screenshot
screenshot

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

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

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

                        Stock Dig. A simple extension that allows you to highlight a stock symbol on any given webpage and return the historical data related to that symbol. You can also search by stock symbol from the extension itself. Perform detailed research without leaving your current page. Filter by 1 month, 3 months, 6 months or year to date. Its all in one place and doesn't get in the way of the page's content. 

To see Stock Dig in action, watch our short demo on instagram:

http://instagram.com/p/mffacgwnsV/                    

एक्सटेंशन की मूल जानकारी

नाम Stock Dig Stock Dig
ID bffindnedgcdmcnoihecinfjbbnlkhin
आधिकारिक URL https://chrome.google.com/webstore/detail/stock-dig/bffindnedgcdmcnoihecinfjbbnlkhin
विवरण Highlight a stock symbol and get historical data on its performance.
फ़ाइल का आकार 323 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.2
अंतिम अपडेट 2016-04-18
प्रकाशन तिथि 2016-04-18
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.giantmultimedia.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://giantmultimedia.com/stockdig/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Dig",
    "version": "1.2",
    "description": "Highlight a stock symbol and get historical data on its performance.",
    "background": {
        "scripts": [
            "background2.js"
        ]
    },
    "homepage_url": "http:\/\/giantmultimedia.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js",
                "jquery.min.js",
                "firebase.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com\/* https:\/\/*.firebaseio.com; object-src 'self'",
    "browser_action": {
        "default_title": "Stock Dig",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "manualSearch": {
            "suggested_key": {
                "default": "Ctrl+Shift+5"
            },
            "description": "Initiate manual search",
            "global": true
        }
    },
    "manifest_version": 2
}