Func.Farm

Create serverless functions from code snippets

Func.Farmとは何ですか?

Func.FarmはDror Genslerによって開発されたChromeの拡張機能で、その主な機能は「Create serverless functions from code snippets」です。

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

screenshot

Func.Farm拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Create serverless functions from code snippets found around the web.

Run on multiple cloud providers, using multiple languages and versions.

Simply select code, right-click on it and select "Create serverless function".

Select one of the available providers (AWS Lambda, OpenWhisk and soon GCP and Azure), enter your credentials and secret vault key, and click Run!                    

拡張機能の基本情報

名前 Func.Farm Func.Farm
ID pohdddempcllapaglglhajjgmfphhdfg
公式URL https://chromewebstore.google.com/detail/funcfarm/pohdddempcllapaglglhajjgmfphhdfg
説明 Create serverless functions from code snippets
ファイルサイズ 1.07 MB
インストール数 16
現在のバージョン 0.1
最終更新日 2019-06-18
公開日 2019-06-18
開発者 Dror Gensler
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://func.farm
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Func.Farm",
    "version": "0.1",
    "description": "Create serverless functions from code snippets",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/ff_icon16.png",
            "32": "images\/ff_icon32.png",
            "48": "images\/ff_icon48.png",
            "128": "images\/ff_icon128.png"
        }
    },
    "icons": {
        "16": "images\/ff_icon16.png",
        "32": "images\/ff_icon32.png",
        "48": "images\/ff_icon48.png",
        "128": "images\/ff_icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}