Recipe adapter

Adapt online recipes to the number of servings you want.

Recipe adapter क्या है?

Recipe adapter inad9300 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adapt online recipes to the number of servings you want."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Recipe adapter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Recipe adapter lets you change the quantities of the ingredients of recipes you find on the web. This way you can adjust them to the number of people you expect for dinner, or enjoy your lonely meal accurately.

To use it, click the extension's icon, select the list of ingredients, and modify any of the quantities that got trapped inside the selection. Changing any of them will transform all the others proportionally.

If you liked the extension and want to support it with a small contribution, please go to buymeacoff.ee/wu6S9Ob0k

If you would like to contribute to the project, visit https://github.com/inad9300/recipe-adapter                    

एक्सटेंशन की मूल जानकारी

नाम Recipe adapter Recipe adapter
ID milammgjlcmebbiiikmbfjjlcjepdilg
आधिकारिक URL https://chromewebstore.google.com/detail/recipe-adapter/milammgjlcmebbiiikmbfjjlcjepdilg
विवरण Adapt online recipes to the number of servings you want.
फ़ाइल का आकार 88.27 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.3
अंतिम अपडेट 2019-09-13
प्रकाशन तिथि 2019-09-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर inad9300
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/inad9300/recipe-adapter
समर्थित भाषाएँ en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_title__",
    "version": "1.3",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_app_title__",
        "default_icon": "icon\/16.png"
    },
    "icons": {
        "16": "icon\/16.png",
        "19": "icon\/19.png",
        "24": "icon\/24.png",
        "32": "icon\/32.png",
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "web_accessible_resources": [
        "main.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}