Espresso
Convert coffee to js on any web page.
Espressoとは何ですか?
EspressoはJonathan Creamerによって開発されたChromeの拡張機能で、その主な機能は「Convert coffee to js on any web page.」です。
拡張機能のスクリーンショット
Espresso拡張機能のCRXファイルをダウンロード
Espresso拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | nmlgmcbclnjedjjmappiljpmfmpeblia |
| 公式URL | https://chrome.google.com/webstore/detail/espresso/nmlgmcbclnjedjjmappiljpmfmpeblia |
| 説明 | Convert coffee to js on any web page. |
| ファイルサイズ | 111 KB |
| インストール数 | 25 |
| 現在のバージョン | 1.0.1.1 |
| 最終更新日 | 2013-09-04 |
| 公開日 | 2013-09-04 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Jonathan Creamer |
| 支払い方法 | free |
| 対応言語 | 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"
]
}
]
} | |