Espresso
Convert coffee to js on any web page.
Wat is Espresso?
Espresso is een Chrome-extensie ontwikkeld door Jonathan Creamer, en de belangrijkste functie is "Convert coffee to js on any web page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Espresso
Download Espresso-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | nmlgmcbclnjedjjmappiljpmfmpeblia |
Officiële URL | https://chrome.google.com/webstore/detail/espresso/nmlgmcbclnjedjjmappiljpmfmpeblia |
Beschrijving | Convert coffee to js on any web page. |
Bestandsgrootte | 111 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.0.1.1 |
Laatst Bijgewerkt | 2013-09-04 |
Publicatiedatum | 2013-09-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Jonathan Creamer |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |