Decision Buddy
Simple free decision maker.
Vad är Decision Buddy?
Decision Buddy är en Chrome-tillägg utvecklad av https://decisionbuddyapp.com, och dess huvudfunktion är "Simple free decision maker.".
Tilläggsskärmbilder
Ladda ner Decision Buddy-förlängningens CRX-fil
Ladda ner Decision Buddy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ianjpcljilmgmcplpjkbkloloilgfila |
| Officiell webbadress | https://chromewebstore.google.com/detail/decision-buddy/ianjpcljilmgmcplpjkbkloloilgfila |
| Beskrivning | Simple free decision maker. |
| Filstorlek | 285 KB |
| Antal Installationer | 149 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-09-02 |
| Publiceringsdatum | 2013-09-02 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://decisionbuddyapp.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.decisionbuddyapp.com |
| Stödda Språk | 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"
}
} | |