amCoffee

A CoffeeScript version of the Chrome Console.

amCoffee क्या है?

amCoffee auiWorks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A CoffeeScript version of the Chrome Console."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में amCoffee एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}