IngredientsPls

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

什么是IngredientsPls?

IngredientsPls是由luisbe090开发的Chrome扩展程序,该扩展的主要功能是“Skip the word salad and get to the meaty stuff. Icon made by photo3idea_studio from www.flaticon.com.”。

扩展截图

screenshot

下载IngredientsPls扩展crx文件

下载IngredientsPls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}