Tabs for Trello

This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.

Tabs for Trello क्या है?

Tabs for Trello Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description."।

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

screenshot

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

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

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

                        Tabs for Trello is a simple app that creates a new Trello card on a board and list that you select based on the active tab that you have open. The title of the card is set to the title of the tab and the description is set to the shortened url of the tab.                    

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

नाम Tabs for Trello Tabs for Trello
ID gcdgongcgfoihmhkohnjieejppbgoanc
आधिकारिक URL https://chromewebstore.google.com/detail/tabs-for-trello/gcdgongcgfoihmhkohnjieejppbgoanc
विवरण This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.
फ़ाइल का आकार 67.06 KB
स्थापना संख्या 105
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-04-18
प्रकाशन तिथि 2014-04-18
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "img\/tabs_for_trello128_128.png",
        "default_popup": "tabs_for_trello.html"
    },
    "description": "This extension creates a trello card whose title that of the current tab with a shortened url of the page in the description.",
    "manifest_version": 2,
    "name": "Tabs for Trello",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "https:\/\/trello.com\/1\/authorize",
        "https:\/\/trello.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "token.html"
    ]
}