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"
    }
}