Decision Buddy
Simple free decision maker.
ما هو Decision Buddy؟
Decision Buddy هو إضافة Chrome تم تطويرها بواسطة https://decisionbuddyapp.com، والميزة الرئيسية لها هي "Simple free decision maker.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Decision Buddy
قم بتنزيل ملفات الامتداد Decision Buddy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |