Stock Look Up

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

Apa itu Stock Look Up?

Stock Look Up adalah ekstensi Chrome yang dikembangkan oleh sypteras.com, dan fitur utamanya adalah "Get the up-to-date info on any US-listed security without leaving your browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stock Look Up

Unduh file ekstensi Stock Look Up dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Stock Look Up Stock Look Up
ID hepipjfjpaoeoljnajddllinifgbkifi
URL Resmi https://chromewebstore.google.com/detail/stock-look-up/hepipjfjpaoeoljnajddllinifgbkifi
Deskripsi Get the up-to-date info on any US-listed security without leaving your browser.
Ukuran File 119 KB
Jumlah Instalasi 110
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-01-02
Tanggal Publikasi 2015-01-01
Pengembang sypteras.com
Tipe Pembayaran free
Bahasa yang Didukung 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": [
        ""
    ]
}