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
官方URL 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"
    }
}