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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Asana Responsive Improvements

ดาวน์โหลดไฟล์ส่วนขยาย Asana Responsive Improvements ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}