Points for Trello - Combined Edition

Shamelessly adapted from the very useful 'Points for Trello' extension (see https://github.com/jgraglia/Trello-Points)

ما هو Points for Trello - Combined Edition؟

Points for Trello - Combined Edition هو إضافة Chrome تم تطويرها بواسطة 91dave، والميزة الرئيسية لها هي "Shamelessly adapted from the very useful 'Points for Trello' extension (see https://github.com/jgraglia/Trello-Points)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Points for Trello - Combined Edition

قم بتنزيل ملفات الامتداد Points for Trello - Combined Edition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        == NOTICE ==
As of 2016, this app is no longer being updated due to the fact I'm no longer using Trello itself. Anyone interested in forking this can retrieve the code from the following URL:
* http://91dave.com/trello-points-combined.zip

== ABOUT ==
Based on the two preceding Chrome Extensions (the developers of which deserve most of the credit anyway!):
* Scrum for Trello - http://github.com/Q42/TrelloScrum
* Points for Trello - https://github.com/jgraglia/Trello-Points

'Points was a fork of 'Scrum, and 'Combined is basically a re-implementation
of the same idea, re-using snippets of code and resources from the originals.

The aims of Points for Trello - Combined can be summarised as:
	* Track several types of points. Currently supports
		* (estimate) points in Dark Blue
		* [dev time] points in Light Blue
		* [qa time] points in Green
	* Ability to add features as I need them
	* Lighter memory footprint
	* Increased reliablity

== VERSION HISTORY ==
0.1 - 0.50: Incarnations as TrelloScrum or Trello points
0.60:   * Created as Points for Trello -  Combined
		* Added ability to add Green 'QA' points with {2} etc
0.61:   * Fix bug with changing badges
0.62:   * Ability to add Red 'tags' with =tag= etc
0.63:   * Removing the last value in a list now removes the lists total
0.64:   * Display board totals in board header
0.65:   * Fix rounding error on totals
0.66:   * Add border-radius back in (given that Trello's CSS now doesn't include it)
0.70:   * Fix several things to do with Trello's re-branding
0.71:   * Remove background app element (still have old files yet to be removed)
0.72:   * Make sure that badges re-render in the correct order

== KNOWN BUGS ==
Behaviour when deleting a =tag= or [{(point)}] can be a little inconsistent,
ranging from badges staying, to all badges disappearing.

Sometimes when a notification badge is removed, all point badges disappear.

When other badges are added (e.g. new attachment, someone joins the card), the
points badges will disappear until the next refresh cycle.

All of the above tend to be fixed by refreshing the entire page

== ACKNOWLEDGEMENTS ==
The vast majority of credit for this extension must go to the developers of
the original extensions. I've simply re-written/extended their work to my
own ends! (More accurately, this is a fork of Trello-Points).

== License ==
Apache License 2.0 http://www.apache.org/licenses/LICENSE-2.0
In accordance of the license above, I give due notice that ANY and ALL files
contained herein are liable to have been changed.


I'm also nothing to do with Trello or Fog Creek Software. Although it has to
be said, owner Joel Spolsky (http://twitter.com/spolsky) is worth a follow.
		
== AUTHOR ==
Developer: @91dave (http://twitter.com/91dave)                    

معلومات أساسية عن التمديد

الاسم Points for Trello - Combined Edition Points for Trello - Combined Edition
ID elfbcdococbdgeaolelhgdghjgkkhndf
عنوان URL الرسمي https://chromewebstore.google.com/detail/points-for-trello-combine/elfbcdococbdgeaolelhgdghjgkkhndf
الوصف Shamelessly adapted from the very useful 'Points for Trello' extension (see https://github.com/jgraglia/Trello-Points)
حجم الملف 81.72 KB
عدد التثبيتات 1,001
النسخة الحالية 0.74
آخر تحديث 2018-01-07
تاريخ النشر 2018-01-07
تقييم 4.13/5 مجموع تقييمات 8
المطور 91dave
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "trellopoints.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "utils.js",
                "trellopoints.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Shamelessly adapted from the very useful 'Points for Trello' extension (see https:\/\/github.com\/jgraglia\/Trello-Points)",
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/icon_trello_sm.png",
        "16": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Points for Trello - Combined Edition",
    "version": "0.74",
    "web_accessible_resources": [
        "images\/points-icon.png"
    ]
}