I Just Want the Recipe Janet
I don't need the whole backstory, I just want to make some eggplant carbonara.
What is I Just Want the Recipe Janet?
I Just Want the Recipe Janet is a Chrome extension developed by https://christopherpatty.com, and its main feature is "I don't need the whole backstory, I just want to make some eggplant carbonara.".
Extension Screenshots
Download I Just Want the Recipe Janet Extension CRX File
Download I Just Want the Recipe Janet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | I Just Want the Recipe Janet |
ID | hbdplfijcjnbgeifjbhdgdpaniodhcbf |
Official URL | https://chromewebstore.google.com/detail/i-just-want-the-recipe-ja/hbdplfijcjnbgeifjbhdgdpaniodhcbf |
Description | I don't need the whole backstory, I just want to make some eggplant carbonara. |
File Size | 11.8 KB |
Installation Count | 2,500 |
Current Version | 0.0.2 |
Last Updated | 2019-07-14 |
Publish Date | 2019-07-08 |
Rating | 4.33/5 Total 9 Ratings |
Developer | https://christopherpatty.com |
Payment Type | free |
Supported Languages | 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" ] } ] } |