IngredientsPls

Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.

IngredientsPls क्या है?

IngredientsPls luisbe090 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com."।

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

screenshot

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

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

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

                        Scrolls to the recipe part of a food blog site, skipping the wordy and often redundant exposition. Can be configured to automatically scroll on page visit. Works for sites like:

- Serious Eats
- Food Network
- Food52
- Epicurious
- AllRecipes

and so many other food sites and blogs!                    

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

नाम IngredientsPls IngredientsPls
ID oneciohcifkojengdlfjljlhjnjcfmnd
आधिकारिक URL https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd
विवरण Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
फ़ाइल का आकार 27.38 KB
स्थापना संख्या 65
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2020-12-26
प्रकाशन तिथि 2020-12-17
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर luisbe090
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IngredientsPls",
    "version": "0.0.0.3",
    "description": "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "IngredientsPls",
        "default_popup": "popup\/popup_default.html",
        "default_icon": {
            "16": "images\/fried-16.png",
            "32": "images\/fried-32.png",
            "48": "images\/fried-64.png",
            "128": "images\/fried-128.png"
        }
    },
    "icons": {
        "16": "images\/fried-16.png",
        "32": "images\/fried-32.png",
        "48": "images\/fried-64.png",
        "128": "images\/fried-128.png"
    }
}