Search on CrunchBase

Search on CrunchBase using a simple context menu

Search on CrunchBaseとは何ですか?

Search on CrunchBaseはmrfloによって開発されたChromeの拡張機能で、その主な機能は「Search on CrunchBase using a simple context menu」です。

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

screenshot

Search on CrunchBase拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Search on CrunchBase Search on CrunchBase
ID fcjpdefinlbckpljbdgffibdlhjapfob
公式URL https://chrome.google.com/webstore/detail/search-on-crunchbase/fcjpdefinlbckpljbdgffibdlhjapfob
説明 Search on CrunchBase using a simple context menu
ファイルサイズ 17.97 KB
インストール数 188
現在のバージョン 0.1.1
最終更新日 2014-01-09
公開日 2014-01-09
評価 1.00/5 合計 2 レビュー
開発者 mrflo
支払い方法 free
拡張機能のウェブサイト https://github.com/mrfloo/CrunchBase
ヘルプページのURL https://github.com/mrfloo/CrunchBase
対応言語 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
}