Search on CrunchBase

Search on CrunchBase using a simple context menu

What is Search on CrunchBase?

Search on CrunchBase is a Chrome extension developed by mrflo, and its main feature is "Search on CrunchBase using a simple context menu".

Extension Screenshots

screenshot

Download Search on CrunchBase Extension CRX File

Download Search on CrunchBase extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add a context menu in chrome when you select a text (company/people name on a site), you can make a search on CrunchBase.                    

Extension Basic Information

Name Search on CrunchBase Search on CrunchBase
ID fcjpdefinlbckpljbdgffibdlhjapfob
Official URL https://chrome.google.com/webstore/detail/search-on-crunchbase/fcjpdefinlbckpljbdgffibdlhjapfob
Description Search on CrunchBase using a simple context menu
File Size 17.97 KB
Installation Count 188
Current Version 0.1.1
Last Updated 2014-01-09
Publish Date 2014-01-09
Rating 1.00/5 Total 2 Ratings
Developer mrflo
Payment Type free
Extension Website https://github.com/mrfloo/CrunchBase
Help Page URL https://github.com/mrfloo/CrunchBase
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on CrunchBase",
    "description": "Search on CrunchBase using a simple context menu",
    "version": "0.1.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "cb.png",
        "128": "webclip.png",
        "48": "webclip.png"
    },
    "background": {
        "scripts": [
            "crunch.js"
        ]
    },
    "manifest_version": 2
}