Decision Buddy

Simple free decision maker.

Decision Buddy란 무엇입니까?

Decision Buddy은(는) https://decisionbuddyapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple free decision maker."입니다.

확장 프로그램 스크린샷

screenshot

Decision Buddy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Decision Buddy for a Chrome is a simple free decision maker to make your life easier!

The Decision Buddy Chrome Decision Maker is a fun tool to help you and your friends make decisions. When deciding between several options, and possibly having several people involved in the decision, Decision Buddy will guide you through a simple pairwise decision making process to making the right decision.                    

확장 프로그램 기본 정보

이름 Decision Buddy Decision Buddy
ID ianjpcljilmgmcplpjkbkloloilgfila
공식 URL https://chromewebstore.google.com/detail/decision-buddy/ianjpcljilmgmcplpjkbkloloilgfila
설명 Simple free decision maker.
파일 크기 285 KB
설치 횟수 149
현재 버전 1.0
최근 업데이트 2013-09-02
출시 날짜 2013-09-02
평점 5.00/5 총 3 개의 평점
개발자 https://decisionbuddyapp.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.decisionbuddyapp.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decision Buddy",
    "description": "Simple free decision maker.",
    "icons": {
        "16": "Images\/logo16.png",
        "48": "Images\/logo48.png",
        "128": "Images\/logo128.png"
    },
    "version": "1.0",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "Images\/logo19.png",
            "38": "Images\/logo38.png"
        },
        "default_title": "Decision Buddy"
    }
}