NYT Cooking

Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.

NYT Cooking क्या है?

NYT Cooking http://cooking.nytimes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box."।

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

screenshot
screenshot
screenshot

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

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

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

                        You can now save recipes from other websites into your Recipe Box by using the official NYT Cooking browser button for Chrome. They will appear alongside your saved recipes from The New York Times.

The next time you find a great recipe on any website, just click the NYT Cooking icon to save it to your Recipe Box. Access those recipes anywhere you use NYT Cooking, including your iPhone and iPad. Save, browse and cook — all in one place.

Extension Features:
‌• One-click saving of any recipe on the web
‌• Syncs across all your devices – iPhone, iPad, desktop and mobile web
‌• Completely free to use

Get the NYT Cooking app to see all the great recipes you've saved!  http://appstore.com/nytcooking                    

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

नाम NYT Cooking NYT Cooking
ID imiopmmmlibaopojeffffakkfcgfpddo
आधिकारिक URL https://chrome.google.com/webstore/detail/nyt-cooking/imiopmmmlibaopojeffffakkfcgfpddo
विवरण Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.
फ़ाइल का आकार 13.37 KB
स्थापना संख्या 23,113
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2017-05-09
प्रकाशन तिथि 2017-05-09
रेटिंग 3.70/5 कुल 46 रेटिंग्स
डेवलपर http://cooking.nytimes.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cooking.nytimes.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NYT Cooking",
    "description": "Collect the best recipes from across the web in one place \u2014 your NYT Cooking Recipe Box.",
    "homepage_url": "http:\/\/cooking.nytimes.com",
    "version": "0.1.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Save to NYT Cooking"
    },
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}