BetterRecipes
Improve your AllRecipes Experience
Wat is BetterRecipes?
BetterRecipes is een Chrome-extensie ontwikkeld door agfaulkner, en de belangrijkste functie is "Improve your AllRecipes Experience".
Extensie Screenshots
Download het CRX-bestand van de extensie BetterRecipes
Download BetterRecipes-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
Improve your AllRecipes experience by decluttering the page and placing both the ingredients and instructions side by side. Click the serving tray icon to download a simple text version of the recipe.
Basisinformatie over de Extensie
Naam | BetterRecipes |
ID | maoelcjgahpimbdpiadlpmgnbdhgoapj |
Officiële URL | https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj |
Beschrijving | Improve your AllRecipes Experience |
Bestandsgrootte | 14.38 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2019-04-15 |
Publicatiedatum | 2019-04-15 |
Ontwikkelaar | agfaulkner |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterRecipes", "version": "1.0.3", "description": "Improve your AllRecipes Experience", "content_scripts": [ { "matches": [ "https:\/\/www.allrecipes.com\/recipe\/*" ], "js": [ "BetterRecipes.js" ] } ], "page_action": { "default_icon": "\/icons\/tray.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "downloads" ] } |