CREAM

adds venture capital funding data to your everyday web browsing

CREAMคืออะไร?

CREAM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.macwright.org และคุณลักษณะหลักของมันคือ "adds venture capital funding data to your everyday web browsing"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CREAM

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}