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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}