RecipeSage Automatic Recipe Clipper

An extension for clipping recipes to your RecipeSage account

RecipeSage Automatic Recipe Clipper란 무엇입니까?

RecipeSage Automatic Recipe Clipper은(는) Julian Poyourow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for clipping recipes to your RecipeSage account"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The official RecipeSage browser extension.

This extension adds the RecipeSage clip tool to your browser, allowing you to quickly grab recipes from websites and save them to your RecipeSage account.

The clip tool automatically snips recipe content from the current page and creates a recipe in your RecipeSage account.

The extension automatically syncs with your RecipeSage account after signing in.                    

확장 프로그램 기본 정보

이름 RecipeSage Automatic Recipe Clipper RecipeSage Automatic Recipe Clipper
ID oepplnnfceidfaaacjpdpobnjkcpgcpo
공식 URL https://chromewebstore.google.com/detail/recipesage-automatic-reci/oepplnnfceidfaaacjpdpobnjkcpgcpo
설명 An extension for clipping recipes to your RecipeSage account
파일 크기 49.4 KB
설치 횟수 1,927
현재 버전 2.1.2
최근 업데이트 2023-08-19
출시 날짜 2020-05-20
평점 4.67/5 총 6 개의 평점
개발자 Julian Poyourow
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://recipesage.com
도움말 페이지 URL https://recipesage.com/#/about
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RecipeSage Automatic Recipe Clipper",
    "short_name": "RecipeSage",
    "version": "2.1.2",
    "manifest_version": 3,
    "description": "An extension for clipping recipes to your RecipeSage account",
    "homepage_url": "https:\/\/recipesage.com",
    "author": "Julian Poyourow",
    "action": {
        "default_icon": {
            "128": "icons\/android-chrome-512x512.png"
        },
        "default_title": "RecipeSage",
        "default_popup": "action\/action.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": false
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{1bd6f0af-1e56-4ecd-903b-495f25057d55}",
            "strict_min_version": "109.0"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/alert.css",
                "inject\/clipTool.css",
                "inject\/inject.js",
                "inject\/clip.js",
                "icons\/android-chrome-512x512.png",
                "images\/recipesage-black-trimmed.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}