BetterRecipes
Improve your AllRecipes Experience
BetterRecipes क्या है?
BetterRecipes agfaulkner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your AllRecipes Experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterRecipes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | BetterRecipes |
ID | maoelcjgahpimbdpiadlpmgnbdhgoapj |
आधिकारिक URL | https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj |
विवरण | Improve your AllRecipes Experience |
फ़ाइल का आकार | 14.38 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2019-04-15 |
प्रकाशन तिथि | 2019-04-15 |
डेवलपर | agfaulkner |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |