IngredientsPls

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

Wat is IngredientsPls?

IngredientsPls is een Chrome-extensie ontwikkeld door luisbe090, en de belangrijkste functie is "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IngredientsPls

Download IngredientsPls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam IngredientsPls IngredientsPls
ID oneciohcifkojengdlfjljlhjnjcfmnd
Officiële URL https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd
Beschrijving Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Bestandsgrootte 27.38 KB
Aantal Installaties 65
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2020-12-26
Publicatiedatum 2020-12-17
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar luisbe090
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}