CREAM

adds venture capital funding data to your everyday web browsing

什麼是CREAM?

CREAM是由https://www.macwright.org開發的Chrome擴展程式,該擴展的主要功能是“adds venture capital funding data to your everyday web browsing”。

擴展截圖

screenshot

下載CREAM擴展crx文件

下載CREAM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Cash Rules Everything Around Me: this extension gives you awareness of venture funding as you browse the web. It integrates Crunchbase's data on funding rounds to show precise amounts of capital flowing into websites you visit.

v2: clicking the icon now brings you to the Crunchbase page of the company.                    

擴展基本資訊

名稱 CREAM CREAM
ID fngpcgiklmapjpnkjdjmpgajiijocdkd
官方網址 https://chromewebstore.google.com/detail/cream/fngpcgiklmapjpnkjdjmpgajiijocdkd
簡介 adds venture capital funding data to your everyday web browsing
檔案大小 1.39 MB
安裝次數 15
目前版本 3.0
更新時間 2014-12-16
上架時間 2014-12-16
開發者 https://www.macwright.org
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CREAM",
    "short_name": "CREAM",
    "description": "adds venture capital funding data to your everyday web browsing",
    "author": "Tom MacWright, Beau Gunderson",
    "homepage_url": "http:\/\/www.macwright.org\/2014\/12\/12\/cream.html",
    "version": "3.0",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "white.png"
    }
}