Product Hunt Investor Edition

Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com

Product Hunt Investor Editionとは何ですか?

Product Hunt Investor Editionはwebsirnikによって開発されたChromeの拡張機能で、その主な機能は「Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com」です。

拡張機能のスクリーンショット

screenshot

Product Hunt Investor Edition拡張機能のCRXファイルをダウンロード

Product Hunt Investor Edition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You are the big guy/girl. You are on producthunt.com. You found this company there. You want to invest. You were doing due diligence for a month. Today you've installed this extension. BOOM. Due diligence done. You clicked on Angellist icon next to the product. Company just closed the round. You missed it. 

This extension adds the following links to almost every product on producthunt.com:
- Angellist
- Alexa
- Crunchbase
- Company Blog
- Facebook
- LInkedIn
- Twitter

This extension is designed in a way not to affect browsing on producthunt.com. No decrease in performance. No page manipulations. Extension just adds icons in a very native&subtle way.

If you are not an investor yet, beware installing this extension! All investments at your own risk!

Submit your ideas and bugs: https://github.com/websirnik/PH-Invest-Edition/issues

-------

Coming soon:
- Inline data about:
 -- Funding
 -- Founders
 -- Location
- Interactive widgets for:
 -- Crunchbase
 -- Angellist
 -- Twitter                    

拡張機能の基本情報

名前 Product Hunt Investor Edition Product Hunt Investor Edition
ID fdhkbjjdfdnpoijjcbcggagehineleah
公式URL https://chrome.google.com/webstore/detail/product-hunt-investor-edi/fdhkbjjdfdnpoijjcbcggagehineleah
説明 Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com
ファイルサイズ 66.15 KB
インストール数 166
現在のバージョン 0.4.2
最終更新日 2014-12-20
公開日 2014-12-20
評価 5.00/5 合計 3 レビュー
開発者 websirnik
支払い方法 free
拡張機能のウェブサイト http://twitter.com/nikitakorotaev
ヘルプページのURL https://github.com/websirnik/PH-Invest-Edition/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Investor Edition",
    "short_name": "Product Hunt Investor Edition",
    "description": "Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com",
    "version": "0.4.2",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/www.producthunt.com\/*",
        "*:\/\/ph.nikita.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-observe.min.js",
                "contentscript.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}