Stock Quotes Loaded
Adds tooltips to stock market tickers, "Symbol (StockExchange): Bid / Ask (Change, PercentChange)"
Was ist Stock Quotes Loaded?
Stock Quotes Loaded ist eine Chrome-Erweiterung, die von Dizzy Developments entwickelt wurde, und ihr Hauptmerkmal ist "Adds tooltips to stock market tickers, "Symbol (StockExchange): Bid / Ask (Change, PercentChange)"".
Erweiterungsscreenshots
Stock Quotes Loaded-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stock Quotes Loaded-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Stock Quotes Loaded identifies stock symbols in webpages and adds a tooltip with (delayed) quote information. 
Someone asked for this on reddit's /r/stocks, this is a very early edition for those who want to try it out and give me some feedback before I add more features. So if you want different info, additional markets, etc, let me know!
Currently supports NASDAQ / NYSE quotes. 
More to come.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | fkacbjkdecbicbdmgnljcnjkecjfhmfd | 
| Offizielle URL | https://chromewebstore.google.com/detail/stock-quotes-loaded/fkacbjkdecbicbdmgnljcnjkecjfhmfd | 
| Beschreibung | Adds tooltips to stock market tickers, "Symbol (StockExchange): Bid / Ask (Change, PercentChange)" | 
| Dateigröße | 156 KB | 
| Installationsanzahl | 70 | 
| Aktuelle Version | 1.1 | 
| Letztes Update | 2016-01-27 | 
| Veröffentlichungsdatum | 2016-01-26 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | Dizzy Developments | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Quotes Loaded",
    "description": "Adds tooltips to stock market tickers, \"Symbol (StockExchange): Bid \/ Ask (Change, PercentChange)\"",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*.html"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/findAndReplaceDOMText.js",
                "lib\/sprintf.min.js",
                "lib\/markets.js",
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon48.png",
        "images\/icon128.png"
    ]
}  |  |