Decision Buddy
Simple free decision maker.
什么是Decision Buddy?
Decision Buddy是由https://decisionbuddyapp.com开发的Chrome扩展程序,该扩展的主要功能是“Simple free decision maker.”。
扩展截图
下载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 |
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" } } |