Alexa, make me a sandwich
Turning your Amazon Echo into a Sandwich Artisan since 2015.
O que é Alexa, make me a sandwich?
Alexa, make me a sandwich é uma extensão do Chrome desenvolvida por Tim Arnold, e sua principal característica é "Turning your Amazon Echo into a Sandwich Artisan since 2015.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alexa, make me a sandwich
Baixe arquivos de extensão Alexa, make me a sandwich no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Alexa, make me a sandwich |
ID | mckidcpfcebpepoedcbaklahnoecbffn |
URL Oficial | https://chromewebstore.google.com/detail/alexa-make-me-a-sandwich/mckidcpfcebpepoedcbaklahnoecbffn |
Descrição | Turning your Amazon Echo into a Sandwich Artisan since 2015. |
Tamanho do Arquivo | 141 KB |
Contagem de Instalações | 235 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-02-03 |
Data de Publicação | 2015-02-03 |
Classificação | 4.17/5 Total de 6 Avaliações |
Desenvolvedor | Tim Arnold |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |