Trello Enhanced Date

Chrome Extension for making the Trello date reminder more customizable

Trello Enhanced Date क्या है?

Trello Enhanced Date https://mgapcdev.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension for making the Trello date reminder more customizable"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trello Enhanced Date एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension makes the default Trello due date feature more customizable by allowing the user to specify when to use which colors.
Days info:
The number of days indicates when the selected color should be used. A positive number of days is number of days after the deadline. A negative number of days (e.g. "-7") indicates number of days before the deadline.
Colors info:
Colors are currently limited to only hex colors, as that's easy to write code for. The "#"(hash) character is currently required, so this will allow hex colors of 4 and 7 characters (e.g. #FFF and #FFFFFF)
If the is interest in support for RGB and named colors (e.g. light-blue), I'll look into implementing it.
Language info:
Currently only "UK english" is fully supported (not US english). If there is interest in support for other language send a mail to [email protected] or submit an issue on the github page.
You can find the project on github: https://github.com/MGApcDev/Trello-Enhanced-Date and is licensed under the terms of the MIT license.

Hope you'll find this extension useful :)                    

एक्सटेंशन की मूल जानकारी

नाम Trello Enhanced Date Trello Enhanced Date
ID ekkepplnmefeilpjninfgmmbdadamadl
आधिकारिक URL https://chromewebstore.google.com/detail/trello-enhanced-date/ekkepplnmefeilpjninfgmmbdadamadl
विवरण Chrome Extension for making the Trello date reminder more customizable
फ़ाइल का आकार 233 KB
स्थापना संख्या 476
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-09-20
प्रकाशन तिथि 2016-09-20
रेटिंग 2.57/5 कुल 7 रेटिंग्स
डेवलपर https://mgapcdev.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/MGApcDev/Trello-Enhanced-Date
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Enhanced Date",
    "description": "Chrome Extension for making the Trello date reminder more customizable",
    "version": "1.0.1",
    "author": "Mathias Grundtvig Andreasen(MGApcDev)",
    "options_page": "pages\/options.html",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "64": "\/images\/icon64.png",
            "128": "\/images\/icon128.png"
        },
        "default_popup": "pages\/options.html"
    },
    "permissions": [
        "https:\/\/www.trello.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*",
                "*:\/\/www.trello.com\/*"
            ],
            "js": [
                "\/scripts\/vendor\/jquery.min.js",
                "\/scripts\/basic.js",
                "\/scripts\/trelloDate.js"
            ]
        }
    ]
}

संबंधित एक्सटेंशन्स