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."입니다.
확장 프로그램 스크린샷
Alexa, make me a sandwich 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |