Refined Trello

Simplifies the Trello interface and adds useful features

Refined Trello क्या है?

Refined Trello Strajk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplifies the Trello interface and adds useful features"।

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

screenshot

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

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

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

                        Simplifies the Trello interface and adds useful features.

https://github.com/strajk/refined-trello                    

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

नाम Refined Trello Refined Trello
ID ehplgncidablicleelajoojipdnclbhm
आधिकारिक URL https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm
विवरण Simplifies the Trello interface and adds useful features
फ़ाइल का आकार 129 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-08-08
प्रकाशन तिथि 2016-08-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Strajk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/strajk/refined-trello
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Trello",
    "version": "1.0.0",
    "description": "Simplifies the Trello interface and adds useful features",
    "homepage_url": "https:\/\/github.com\/strajk\/refined-trello",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "icons": [],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}