Func.Farm
Create serverless functions from code snippets
Func.Farm란 무엇입니까?
Func.Farm은(는) Dror Gensler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create serverless functions from code snippets"입니다.
확장 프로그램 스크린샷
Func.Farm 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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 } |