Asana Responsive Improvements

Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.

Asana Responsive Improvements क्या है?

Asana Responsive Improvements michaelcook.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action."।

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

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

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

                        Responsive style fixes for Asana.
People use modern browsers with small windows!
As a frontend-developer I'm obliged to take action.

This is a non-for-profit extension simply to help with accessibility.                    

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

नाम Asana Responsive Improvements Asana Responsive Improvements
ID ehphecedikcfedfdgjpcklijagnjodcf
आधिकारिक URL https://chromewebstore.google.com/detail/asana-responsive-improvem/ehphecedikcfedfdgjpcklijagnjodcf
विवरण Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.
फ़ाइल का आकार 154 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2016-10-25
प्रकाशन तिथि 2016-10-25
डेवलपर michaelcook.tech
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "name": "Asana Responsive Improvements",
    "version": "1.0.5",
    "description": "Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}