WorkFlowy colorful tags

Allows to assign color to tags in Workflowy

WorkFlowy colorful tags क्या है?

WorkFlowy colorful tags Yiannis Chronakis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to assign color to tags in Workflowy"।

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

screenshot
screenshot

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

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

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

                        This extension allows the user to add colour to worKflowy tags. You can assign foreground and background colors to the label itself, the text or both. Tags and colors can be edited via the settings.                    

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

नाम WorkFlowy colorful tags WorkFlowy colorful tags
ID cmbmkopbnnbhdeknahmdkfkjogdlbdjf
आधिकारिक URL https://chromewebstore.google.com/detail/workflowy-colorful-tags/cmbmkopbnnbhdeknahmdkfkjogdlbdjf
विवरण Allows to assign color to tags in Workflowy
फ़ाइल का आकार 98.48 KB
स्थापना संख्या 720
वर्तमान संस्करण 0.2.4
अंतिम अपडेट 2014-12-13
प्रकाशन तिथि 2014-12-13
रेटिंग 4.00/5 कुल 14 रेटिंग्स
डेवलपर Yiannis Chronakis
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorkFlowy colorful tags",
    "short_name": "wflowyColor",
    "version": "0.2.4",
    "manifest_version": 2,
    "description": "Allows to assign color to tags in Workflowy",
    "homepage_url": "http:\/\/github.com\/chronakis",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "page_action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "WorkFlowy colorful tags",
        "default_popup": "html\/options.html"
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workflowy.com\/",
                "http:\/\/workflowy.com\/"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/modules\/common.js",
                "js\/modules\/options-data.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/workflowy.com\/",
                "http:\/\/workflowy.com\/"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ]
}