Func.Farm

Create serverless functions from code snippets

Wat is Func.Farm?

Func.Farm is een Chrome-extensie ontwikkeld door Dror Gensler, en de belangrijkste functie is "Create serverless functions from code snippets".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Func.Farm

Download Func.Farm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Func.Farm Func.Farm
ID pohdddempcllapaglglhajjgmfphhdfg
Officiële URL https://chromewebstore.google.com/detail/funcfarm/pohdddempcllapaglglhajjgmfphhdfg
Beschrijving Create serverless functions from code snippets
Bestandsgrootte 1.07 MB
Aantal Installaties 16
Huidige Versie 0.1
Laatst Bijgewerkt 2019-06-18
Publicatiedatum 2019-06-18
Ontwikkelaar Dror Gensler
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://func.farm
Ondersteunde Talen 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
}