IngredientsPls

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

O que é IngredientsPls?

IngredientsPls é uma extensão do Chrome desenvolvida por luisbe090, e sua principal característica é "Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IngredientsPls

Baixe arquivos de extensão IngredientsPls no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome IngredientsPls IngredientsPls
ID oneciohcifkojengdlfjljlhjnjcfmnd
URL Oficial https://chromewebstore.google.com/detail/ingredientspls/oneciohcifkojengdlfjljlhjnjcfmnd
Descrição Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.
Tamanho do Arquivo 27.38 KB
Contagem de Instalações 65
Versão Atual 0.0.0.3
Última Atualização 2020-12-26
Data de Publicação 2020-12-17
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor luisbe090
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}