I Just Want the Recipe Janet
I don't need the whole backstory, I just want to make some eggplant carbonara.
¿Qué es I Just Want the Recipe Janet?
I Just Want the Recipe Janet es una extensión de Chrome desarrollada por https://christopherpatty.com, y su función principal es "I don't need the whole backstory, I just want to make some eggplant carbonara.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión I Just Want the Recipe Janet
Descarga archivos de extensión I Just Want the Recipe Janet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Ever wanted to skip the marital problems and jump straight to the cookie recipe on your favorite food blog? This extension detects recipes and will prompt you with a button which replaces everything on the page with just the recipe.
Información Básica de la Extensión
Nombre | I Just Want the Recipe Janet |
ID | hbdplfijcjnbgeifjbhdgdpaniodhcbf |
URL Oficial | https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf |
Descripción | I don't need the whole backstory, I just want to make some eggplant carbonara. |
Tamaño del Archivo | 11.8 KB |
Cantidad de Instalaciones | 2,500 |
Versión Actual | 0.0.2 |
Última Actualización | 2019-07-14 |
Fecha de Publicación | 2019-07-08 |
Calificación | 4.33/5 Total de 9 Calificaciones |
Desarrollador | https://christopherpatty.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I Just Want the Recipe Janet", "version": "0.0.2", "manifest_version": 2, "description": "I don't need the whole backstory, I just want to make some eggplant carbonara.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |