Func.Farm

Create serverless functions from code snippets

Func.Farmคืออะไร?

Func.Farm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dror Gensler และคุณลักษณะหลักของมันคือ "Create serverless functions from code snippets"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Func.Farm

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}