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.

What is Asana Responsive Improvements?

Asana Responsive Improvements is a Chrome extension developed by michaelcook.tech, and its main feature is "Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.".

Download Asana Responsive Improvements Extension CRX File

Download Asana Responsive Improvements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Asana Responsive Improvements Asana Responsive Improvements
ID ehphecedikcfedfdgjpcklijagnjodcf
Official URL https://chromewebstore.google.com/detail/asana-responsive-improvem/ehphecedikcfedfdgjpcklijagnjodcf
Description Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.
File Size 154 KB
Installation Count 26
Current Version 1.0.5
Last Updated 2016-10-25
Publish Date 2016-10-25
Developer michaelcook.tech
Payment Type free
Supported Languages 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"
}