OrganizEat Recipe Clipper

Copy any recipe from any website with just one click into your OrganizEat Recipe Keeper account

OrganizEat Recipe Clipper란 무엇입니까?

OrganizEat Recipe Clipper은(는) https://organizeat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy any recipe from any website with just one click into your OrganizEat Recipe Keeper account"입니다.

확장 프로그램 스크린샷

screenshot

OrganizEat Recipe Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Copy any recipe from any website with just one click.
Add this Recipe Clipper button to your browser and save any internet recipe in just one click!
The OrganizEat Recipe Keeper is an app to manage all your recipes in one single place: a recipe organiser, meal planner, and grocery list manager.

The easiest way to safely store and organise all of your recipes!
The OrganizEat Recipe organiser eliminates the need for stacks of cookbooks,
long lists of saved bookmarks, notes, or pictures/screenshots scattered across your phone’s photo gallery.
Instead, quickly turn your mess of recipes into an organised and easily retrievable collection.
You snap a photo of your recipe - whether it’s in a book, a magazine, or on the web - and it’s instantly catalogued and searchable.
Whether storing Grandma’s secret recipes for posterity, creating your custom recipes, or importing new recipes from the web, you can do it all quickly and easily - right from your iPhone.
Categorise your recipes and adds tags for easy organisation and simple searching.
Share your recipes with friends and family via email, text messages, or social media.
Finally, you can have all of your recipes with you, all in one place, wherever you go!                    

확장 프로그램 기본 정보

이름 OrganizEat Recipe Clipper OrganizEat Recipe Clipper
ID nimflmcjbhkmjekipojccagkoicmdhlh
공식 URL https://chromewebstore.google.com/detail/organizeat-recipe-clipper/nimflmcjbhkmjekipojccagkoicmdhlh
설명 Copy any recipe from any website with just one click into your OrganizEat Recipe Keeper account
파일 크기 1.05 MB
설치 횟수 768
현재 버전 22.8.26.1400
최근 업데이트 2022-08-29
출시 날짜 2022-08-29
평점 5.00/5 총 1 개의 평점
개발자 https://organizeat.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://home.organizeat.com
도움말 페이지 URL https://home.organizeat.com/contact/
개인정보 보호 정책 페이지 URL https://home.organizeat.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OrganizEat Recipe Clipper",
    "description": "Copy any recipe from any website with just one click into your OrganizEat Recipe Keeper account",
    "version": "22.8.26.1400",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_chromoe.16.png",
            "32": "\/images\/logo_chromoe.32.png",
            "48": "\/images\/logo_chromoe.48.png",
            "128": "\/images\/logo_chromoe.128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_chromoe.16.png",
        "32": "\/images\/logo_chromoe.32.png",
        "48": "\/images\/logo_chromoe.48.png",
        "128": "\/images\/logo_chromoe.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.organizeat.com\/*"
            ],
            "js": [
                "content-script-webapp.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}