QuickQuote

Stock Quotes

What is QuickQuote?

QuickQuote is a Chrome extension developed by dwkd, and its main feature is "Stock Quotes".

Extension Screenshots

screenshot

Download QuickQuote Extension CRX File

Download QuickQuote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        QuickQuote is a light yet powerful Stock Quote tracker that lets you stay up to date with your favorite stocks. 

No ads, no nonsense, just the latest stock positions.                    

Extension Basic Information

Name QuickQuote QuickQuote
ID kpoocdphgnkojdkjnmmpgmecomocecbp
Official URL https://chrome.google.com/webstore/detail/quickquote/kpoocdphgnkojdkjnmmpgmecomocecbp
Description Stock Quotes
File Size 22.07 KB
Installation Count 102
Current Version 1.0
Last Updated 2013-09-29
Publish Date 2013-09-29
Rating 4.00/5 Total 3 Ratings
Developer dwkd
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickQuote",
    "description": "Stock Quotes",
    "version": "1.0",
    "permissions": [
        "http:\/\/dev.markitondemand.com\/Api\/Quote\/*",
        "http:\/\/www.timeapi.org\/utc\/now"
    ],
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "qq.html"
    },
    "icons": {
        "16": "\/assets\/images\/icon16.png",
        "48": "\/assets\/images\/icon48.png",
        "128": "\/assets\/images\/icon128.png"
    }
}