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
官方網址 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"
    ]
}