amCoffee

A CoffeeScript version of the Chrome Console.

Cos'è amCoffee?

amCoffee è un'estensione di Chrome sviluppata da auiWorks, e la sua funzione principale è "A CoffeeScript version of the Chrome Console.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione amCoffee

Scarica i file di estensione amCoffee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome amCoffee amCoffee
ID eohnbihebhopoapemdbbodaiaagpogik
URL Ufficiale https://chromewebstore.google.com/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik
Descrizione A CoffeeScript version of the Chrome Console.
Dimensione del File 109 KB
Conteggio Installazioni 470
Versione Corrente 1.2.4
Ultimo Aggiornamento 2014-07-23
Data di Pubblicazione 2014-07-22
Valutazione 4.33/5 Totale 33 Valutazioni
Sviluppatore auiWorks
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/auiWorks/amCoffee
URL della Pagina di Aiuto https://github.com/auiWorks/amCoffee/issues
Lingue Supportate 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'"
}