BetterRecipes
Improve your AllRecipes Experience
Cos'è BetterRecipes?
BetterRecipes è un'estensione di Chrome sviluppata da agfaulkner, e la sua funzione principale è "Improve your AllRecipes Experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BetterRecipes
Scarica i file di estensione BetterRecipes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BetterRecipes |
ID | maoelcjgahpimbdpiadlpmgnbdhgoapj |
URL Ufficiale | https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj |
Descrizione | Improve your AllRecipes Experience |
Dimensione del File | 14.38 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2019-04-15 |
Data di Pubblicazione | 2019-04-15 |
Sviluppatore | agfaulkner |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |