amCoffee

A CoffeeScript version of the Chrome Console.

Qu'est-ce que amCoffee ?

amCoffee est une extension Chrome développée par auiWorks, et sa fonction principale est "A CoffeeScript version of the Chrome Console.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension amCoffee

Téléchargez les fichiers d'extension amCoffee au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom amCoffee amCoffee
ID eohnbihebhopoapemdbbodaiaagpogik
URL Officiel https://chromewebstore.google.com/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik
Description A CoffeeScript version of the Chrome Console.
Taille du Fichier 109 KB
Nombre d'Installations 470
Version Actuelle 1.2.4
Dernière Mise à Jour 2014-07-23
Date de Publication 2014-07-22
Évaluation 4.33/5 Total 33 Évaluations
Développeur auiWorks
Type de Paiement free
Site Web de l'Extension https://github.com/auiWorks/amCoffee
URL de la Page d'Aide https://github.com/auiWorks/amCoffee/issues
Langues Prises en Charge 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'"
}