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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Arnold และคุณลักษณะหลักของมันคือ "Turning your Amazon Echo into a Sandwich Artisan since 2015."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alexa, make me a sandwich

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}