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开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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 |
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" } |