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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } |