Sprout Save Button

The one app you need to stay organized

Sprout Save Button란 무엇입니까?

Sprout Save Button은(는) https://sprout.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The one app you need to stay organized"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sprout Save Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save web links as a to-do, something to read later, categorize it, or share it publicly.                    

확장 프로그램 기본 정보

이름 Sprout Save Button Sprout Save Button
ID acgadgpicnkggmbimkcefdeeendeiflf
공식 URL https://chromewebstore.google.com/detail/sprout-save-button/acgadgpicnkggmbimkcefdeeendeiflf
설명 The one app you need to stay organized
파일 크기 646 KB
설치 횟수 59
현재 버전 0.9.7.7
최근 업데이트 2022-12-26
출시 날짜 2020-03-26
평점 5.00/5 총 2 개의 평점
개발자 https://sprout.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sprout.io
도움말 페이지 URL https://chrome.google.com/webstore/detail/sprout-save-button/acgadgpicnkggmbimkcefdeeendeiflf?hl=en-US
개인정보 보호 정책 페이지 URL https://sprout.io/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sprout Save Button",
    "short_name": "Sprout",
    "version": "0.9.7.7",
    "description": "The one app you need to stay organized",
    "homepage_url": "https:\/\/sprout.io\/",
    "icons": {
        "16": "images\/icon_16.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Save to Sprout"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Choose a tree"
        },
        "01-sprout-save-to-my-tasks": {
            "suggested_key": {
                "default": "Ctrl+Shift+I",
                "mac": "Command+Shift+I"
            },
            "description": "Save to My Tasks"
        },
        "02-sprout-save-to-my-tasks-annotate": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            },
            "description": "Save to My Tasks & annotate"
        },
        "03-sprout-new-blank-post": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "New draft leaf"
        },
        "04-sprout-save-to-quick-entry": {
            "description": "Save to default tree"
        },
        "05-sprout-visit-page": {
            "description": "Go to Sprout"
        }
    },
    "omnibox": {
        "keyword": "s"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/popup.html",
                "html\/confirmation.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm5x3KOciu8wN2rDGAqbiQRNqE3EE1Et6BjZVFwpycS\/YwanPX2JF9fawQcFBYB2C0h4xoSP3dOv1UwxZA07\/++hv0h9cxq2zaJKfuhLg\/sYjnPe\/w\/sLYhrZe12HunO9exWi+SJHKZplSA+YCKLU4qdc1nzJA1n1iQUsbIDz0PCr3gU0hw\/Q3dmOiAxszDvHnCspNJrjLbzV1ND3vunXzCLGD7LsXcBDIFR0UVdAkEQ97IJH8u8sZsOdW17iNOzsb0XfnUZtqLzAGTtYAI0xbBtLAm0z9fZzQ7whcH1zQsKsuAzQdjVLIyQ05DTEbJzJNdKUTz9pPK4bkKNhkLfChwIDAQAB"
}