Alexa, make me a sandwich

Turning your Amazon Echo into a Sandwich Artisan since 2015.

Alexa, make me a sandwichとは何ですか?

Alexa, make me a sandwichはTim Arnoldによって開発されたChromeの拡張機能で、その主な機能は「Turning your Amazon Echo into a Sandwich Artisan since 2015.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Alexa, make me a sandwich拡張機能のCRXファイルをダウンロード

Alexa, make me a sandwich拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of having to press buttons to get a sandwich? Now you can transform Alexa into an artisan and order food by just yelling at your Amazon Echo.

This is stupid and shouldn't be used by anyone.

Source: https://github.com/timkarnold/AlexaMakeMeASandwich

--

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

拡張機能の基本情報

名前 Alexa, make me a sandwich Alexa, make me a sandwich
ID mckidcpfcebpepoedcbaklahnoecbffn
公式URL https://chromewebstore.google.com/detail/alexa-make-me-a-sandwich/mckidcpfcebpepoedcbaklahnoecbffn
説明 Turning your Amazon Echo into a Sandwich Artisan since 2015.
ファイルサイズ 141 KB
インストール数 235
現在のバージョン 0.0.1
最終更新日 2015-02-03
公開日 2015-02-03
評価 4.17/5 合計 6 レビュー
開発者 Tim Arnold
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alexa, make me a sandwich",
    "description": "Turning your Amazon Echo into a Sandwich Artisan since 2015.",
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/logo-48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/echo.amazon.com\/*"
            ],
            "js": [
                "jquery.js",
                "q.js",
                "jimmyJohns.js",
                "listener.js",
                "artisan.js"
            ],
            "css": [
                "artisan.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/logo-19.png",
            "38": "images\/logo-38.png"
        },
        "default_title": "Alexa, make me a sandwich"
    },
    "permissions": [
        "https:\/\/online.jimmyjohns.com\/*"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        "login.html",
        "welcome.html",
        "tutorial.html",
        "images\/logo.png"
    ]
}