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