Func.Farm
Create serverless functions from code snippets
ما هو Func.Farm؟
Func.Farm هو إضافة Chrome تم تطويرها بواسطة Dror Gensler، والميزة الرئيسية لها هي "Create serverless functions from code snippets".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Func.Farm
قم بتنزيل ملفات الامتداد Func.Farm بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |