Espresso

Convert coffee to js on any web page.

Co to jest Espresso?

Espresso to rozszerzenie Chrome opracowane przez Jonathan Creamer, a jego główną funkcją jest „Convert coffee to js on any web page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Espresso

Pobierz pliki rozszerzeń Espresso w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Espresso Espresso
ID nmlgmcbclnjedjjmappiljpmfmpeblia
Oficjalny URL https://chrome.google.com/webstore/detail/espresso/nmlgmcbclnjedjjmappiljpmfmpeblia
Opis Convert coffee to js on any web page.
Rozmiar pliku 111 KB
Liczba instalacji 25
Aktualna Wersja 1.0.1.1
Ostatnia Aktualizacja 2013-09-04
Data Publikacji 2013-09-04
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Jonathan Creamer
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}