I Just Want the Recipe Janet
I don't need the whole backstory, I just want to make some eggplant carbonara.
Wat is I Just Want the Recipe Janet?
I Just Want the Recipe Janet is een Chrome-extensie ontwikkeld door https://christopherpatty.com, en de belangrijkste functie is "I don't need the whole backstory, I just want to make some eggplant carbonara.".
Extensie Screenshots
Download het CRX-bestand van de extensie I Just Want the Recipe Janet
Download I Just Want the Recipe Janet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | I Just Want the Recipe Janet |
ID | hbdplfijcjnbgeifjbhdgdpaniodhcbf |
Officiële URL | https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf |
Beschrijving | I don't need the whole backstory, I just want to make some eggplant carbonara. |
Bestandsgrootte | 11.8 KB |
Aantal Installaties | 2,500 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2019-07-14 |
Publicatiedatum | 2019-07-08 |
Beoordeling | 4.33/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://christopherpatty.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |