KenGoo

Watch Taiwan Stocks with the most convenienct way

Apa itu KenGoo?

KenGoo adalah ekstensi Chrome yang dikembangkan oleh KSWLee, dan fitur utamanya adalah "Watch Taiwan Stocks with the most convenienct way".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi KenGoo

Unduh file ekstensi KenGoo 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

                        Fix the issue that nothing fetched.                    

Informasi Dasar Ekstensi

Nama KenGoo KenGoo
ID jjbeocfmgckcnabhefnjnhbpppfmcgfd
URL Resmi https://chromewebstore.google.com/detail/kengoo/jjbeocfmgckcnabhefnjnhbpppfmcgfd
Deskripsi Watch Taiwan Stocks with the most convenienct way
Ukuran File 102 KB
Jumlah Instalasi 2,541
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2014-04-03
Tanggal Publikasi 2014-04-03
Penilaian 4.61/5 Total 41 Penilaian
Pengembang KSWLee
Tipe Pembayaran free
Situs Ekstensi http://ideasnow.diggbooks.net
Bahasa yang Didukung en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon48.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}