Decision Buddy
Simple free decision maker.
What is Decision Buddy?
Decision Buddy is a Chrome extension developed by https://decisionbuddyapp.com, and its main feature is "Simple free decision maker.".
Extension Screenshots
Download Decision Buddy Extension CRX File
Download Decision Buddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Decision Buddy |
ID | ianjpcljilmgmcplpjkbkloloilgfila |
Official URL | https://chromewebstore.google.com/detail/decision-buddy/ianjpcljilmgmcplpjkbkloloilgfila |
Description | Simple free decision maker. |
File Size | 285 KB |
Installation Count | 149 |
Current Version | 1.0 |
Last Updated | 2013-09-02 |
Publish Date | 2013-09-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://decisionbuddyapp.com |
Payment Type | free |
Extension Website | http://www.decisionbuddyapp.com |
Supported Languages | 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" } } |