amCoffee

A CoffeeScript version of the Chrome Console.

amCoffeeคืออะไร?

amCoffee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย auiWorks และคุณลักษณะหลักของมันคือ "A CoffeeScript version of the Chrome Console."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features:
 - Type using CoffeeScript
 - Formatted outputs
 - Auto-complete
 - Command history

Use it the way you use the original console, but with Coffee!

New in 1.2.0:
 - Update CoffeeScript to 1.7.1.
 - Add right-arrow for autocomplete.
 - Move settings icon to top-right corner.

GitHub Repository:
https://github.com/auiWorks/amCoffee                    

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

ชื่อ amCoffee amCoffee
ID eohnbihebhopoapemdbbodaiaagpogik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik
คำอธิบาย A CoffeeScript version of the Chrome Console.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 470
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2014-07-23
วันที่เผยแพร่ 2014-07-22
คะแนน 4.33/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา auiWorks
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/auiWorks/amCoffee
URL หน้าช่วยเหลือ https://github.com/auiWorks/amCoffee/issues
ภาษาที่รองรับ en,en-GB,en-US,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "image\/icon128.png",
        "48": "image\/icon48.png",
        "16": "image\/icon16.png"
    },
    "version": "1.2.4",
    "minimum_chrome_version": "25",
    "devtools_page": "devtools.html",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/platform.twitter.com; object-src 'self'"
}