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.
Co je Asana Responsive Improvements?
Asana Responsive Improvements je rozšíření Chrome vyvinuté michaelcook.tech, a jeho hlavní funkcí je „Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action.“.
Stáhnout soubor CRX rozšíření Asana Responsive Improvements
Stáhněte si soubory rozšíření Asana Responsive Improvements ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Asana Responsive Improvements |
ID | ehphecedikcfedfdgjpcklijagnjodcf |
Oficiální URL | https://chromewebstore.google.com/detail/asana-responsive-improvem/ehphecedikcfedfdgjpcklijagnjodcf |
Popis | Responsive style fixes for Asana. People use modern browsers with small windows! As a frontend-developer I'm obliged to take action. |
Velikost souboru | 154 KB |
Počet instalací | 26 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2016-10-25 |
Datum Vydání | 2016-10-25 |
Vývojář | michaelcook.tech |
Typ Platby | free |
Podporované Jazyky | 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" } |