Decision Buddy

Simple free decision maker.

Decision Buddyとは何ですか?

Decision Buddyはhttps://decisionbuddyapp.comによって開発されたChromeの拡張機能で、その主な機能は「Simple free decision maker.」です。

拡張機能のスクリーンショット

screenshot

Decision Buddy拡張機能のCRXファイルをダウンロード

Decision Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}