SOUS

Less scrolling, more cooking

SOUS क्या है?

SOUS https://sous.cooking द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Less scrolling, more cooking"।

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

screenshot
screenshot
screenshot

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

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

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

                        Transform your favorite recipe content into a focused, usable format instantly. No more messy trackpad navigate using voice commands or arrow keys.

Sous is the fastest, easiest way to bring recipes into the kitchen. Cook cleaner, more comfortable, and more often with the perfect two column layout and voice navigation designed for home cooking. Compatible across a wide variety of the web's recipe content.

FOR BEST EXPERIENCE
* Set your device display settings to never sleep.
* Allow microphone, when browser prompts. Sous never records or stores any voice data.
* Progress through the recipe using voice commands or arrow keys.
* If the microphone stops working, click “Refresh microphone" in the top right of the progress bar.

HANDS ARE FOR COOKING, NOT SCROLLING
The kitchen can be a chaotic place and scrolling around to find exactly how much garlic to add is the last thing you need. Take control with voice commands or simple arrow keys so you can focus on the food.

SOUS-AS-IN-CHEF
Like any chef s prep shift, Sous chops up the raw material of a recipe into something usable so you can focus on the cooking.

FOR HOME COOKS AND CREATORS
Stories, ads, and your organic recipe discovery support recipe developers of all kinds. Dive into their point of view and when you re ready to cook, just click and go.

Buon appetito / Kαλή όρεξη / 食飯 / Buen provecho                    

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

नाम SOUS SOUS
ID joildeeoahaojlpeifhhpkcdckcjocpe
आधिकारिक URL https://chromewebstore.google.com/detail/sous/joildeeoahaojlpeifhhpkcdckcjocpe
विवरण Less scrolling, more cooking
फ़ाइल का आकार 2.31 MB
स्थापना संख्या 150
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-01-11
प्रकाशन तिथि 2022-01-10
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://sous.cooking
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sous.cooking
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Less scrolling, more cooking",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "SOUS",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "48": "icon-48.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/api.sanity.io"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-16.png",
                "icon-24.png",
                "icon-32.png",
                "icon-48.png",
                "MaisonNeue-Book.ttf",
                "MaisonNeue-Bold.ttf"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "storage"
    ]
}