Espresso

Convert coffee to js on any web page.

Espressoคืออะไร?

Espresso เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Creamer และคุณลักษณะหลักของมันคือ "Convert coffee to js on any web page."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Espresso ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An extension for adding a convert button to any code example that will convert CoffeeScript into JavaScript and back again.

https://github.com/jcreamer898/espresso                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Espresso Espresso
ID nmlgmcbclnjedjjmappiljpmfmpeblia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/espresso/nmlgmcbclnjedjjmappiljpmfmpeblia
คำอธิบาย Convert coffee to js on any web page.
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0.1.1
อัปเดตครั้งล่าสุด 2013-09-04
วันที่เผยแพร่ 2013-09-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jonathan Creamer
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Espresso",
    "description": "Convert coffee to js on any web page.",
    "version": "1.0.1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "author": "Jonathan Creamer",
    "homepage_url": "https:\/\/github.com\/jcreamer898\/espresso",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "scripts\/default.css"
            ],
            "js": [
                "scripts\/coffee-script.js",
                "scripts\/jquery.js",
                "scripts\/highlight.pack.js",
                "scripts\/espresso.js",
                "scripts\/inject.js"
            ]
        }
    ]
}